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

43 lines
488 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
2017-04-06 00:20:32 +08:00
.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 $sm-padding-x;
2017-04-06 00:20:32 +08:00
}
}
.left{
position: absolute;
}
.center {
align-items: center;
}
2017-11-13 20:24:06 +08:00
.button {
&:focus {
outline: none !important;
}
span:first-child {
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
}
}
.emojiSelected {
span, i::before{
color: $color-primary;
}
}