bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/breakout-join-confirmation/styles.scss

14 lines
256 B
SCSS
Raw Normal View History

2018-07-07 01:38:14 +08:00
@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;
}