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

31 lines
374 B
SCSS

@import "/imports/ui/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;
}