bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/breakout-join-confirmation/styles.scss
2018-07-06 14:38:14 -03:00

14 lines
256 B
SCSS
Executable File

@import "../../stylesheets/variables/_all";
.selectParent {
display: flex;
flex-direction: column;
align-items: center;
}
.select {
background-color: $color-white;
width: 50%;
margin: 1rem;
border-color: $color-gray-lighter;
}