bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/actions-bar/styles.scss
2017-03-14 09:32:50 -07:00

39 lines
451 B
SCSS
Executable File

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