bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/polling/styles.scss
2016-07-27 14:50:35 -07:00

30 lines
389 B
SCSS
Executable File

@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;
}