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

19 lines
259 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
.autoplayPrompt {
margin-top: auto;
margin-bottom: auto;
}
.button {
&:focus {
outline: none !important;
}
span:last-child {
color: black;
font-size: 1rem;
font-weight: 600;
}
}