bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/actions-bar/styles.scss

31 lines
368 B
SCSS
Raw Normal View History

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