bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/polling/styles.scss
Oleksandr Zhurbenko 251bd22738 PR review fixes
2017-09-06 12:36:52 -07:00

30 lines
389 B
SCSS

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