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

31 lines
412 B
SCSS

@import "/imports/ui/stylesheets/variables/_all";
.container {
display: flex;
flex-flow: row;
> * {
margin: 0 $sm-padding-x;
span:first-child {
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
}
}
> :last-child {
margin-right: 0;
}
}
.button {
&:focus {
outline: none !important;
}
&.glow {
span:first-child{
box-shadow: 0 0 0 1px #ffffff, 0 0 0 1px;
}
}
}