bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/audio-test/styles.scss
2017-03-27 11:45:24 -04:00

13 lines
218 B
SCSS

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