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

18 lines
282 B
SCSS
Raw Normal View History

@import "/imports/ui/stylesheets/variables/_all";
.testAudioBtn {
background-color: transparent;
color: $color-primary;
font-weight: normal;
i {
color: $color-primary;
transition: all .2s ease-in-out;
}
&:hover {
i {
color: $color-white;
}
}
2017-03-27 23:45:24 +08:00
}