bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/actions-bar/styles.scss
2018-01-09 12:30:38 -08:00

43 lines
488 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 $sm-padding-x;
}
}
.left{
position: absolute;
}
.center {
align-items: center;
}
.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;
}
}