bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/actions-bar/styles.scss
2017-04-05 09:24:43 -07:00

31 lines
368 B
SCSS
Executable File

@import "../../stylesheets/variables/_all";
.actionsbar,
.left,
.center {
display: flex;
flex-direction: row;
}
.left,
.center {
flex: 1;
justify-content: center;
> * {
margin: 0 $line-height-computed;
}
}
.left{
position: absolute;
}
.center {
align-items: center;
}
.circleGlow > :first-child{
box-shadow: 0 0 .15rem #FFF !important;
}