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

13 lines
218 B
SCSS
Raw Normal View History

2017-03-27 23:45:24 +08:00
@import "../../../stylesheets/variables/all";
.testAudioBtn {
border: none;
padding-left: 0;
background-color: transparent;
color: $color-primary;
font-weight: normal;
i {
color: $color-primary;
}
2017-03-27 23:45:24 +08:00
}