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

12 lines
215 B
SCSS
Raw Normal View History

@import "../../stylesheets/variables/_all";
.testAudioBtn {
border: none;
padding-left: 0;
background-color: transparent;
color: $color-primary;
font-weight: normal;
i {
color: $color-primary;
}
}