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

30 lines
361 B
SCSS
Raw Normal View History

2016-07-28 05:50:35 +08:00
@import "../../stylesheets/variables/_all";
2016-05-21 00:17:21 +08:00
.actionsbar {
2016-05-21 00:29:55 +08:00
padding: $line-height-computed / 2;
2016-05-21 00:17:21 +08:00
display: flex;
flex-direction: row;
}
.left,
.right,
.center {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
> * {
margin: 0 $line-height-computed;
}
}
.left,
.right {
flex: 0;
}
.center {
flex: 1;
}