bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/autoplay/styles.scss

17 lines
208 B
SCSS
Raw Normal View History

.autoplayPrompt {
margin-top: auto;
margin-bottom: auto;
}
.button {
&:focus {
outline: none !important;
}
span:last-child {
color: black;
font-size: 1rem;
font-weight: 600;
}
}