bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/polling/styles.scss

30 lines
389 B
SCSS
Raw Normal View History

2016-07-28 05:50:35 +08:00
@import "../../stylesheets/variables/_all";
.pollingContainer {
order: 2;
width: 100%;
margin-top: 1%;
margin-bottom: 1%;
display: flex;
flex-direction: row;
justify-content: center;
}
.pollingButton {
width: 100%;
height: 100%;
}
.pollingTitle {
color: $color-white;
}
.hidden {
display: none;
}
.pollButtonWrapper {
text-align: center;
max-width: 150px;
}