2017-07-18 02:21:45 +08:00
|
|
|
@import "/imports/ui/stylesheets/variables/_all";
|
2017-03-23 21:19:44 +08:00
|
|
|
|
|
|
|
.testAudioBtn {
|
2017-03-24 22:46:46 +08:00
|
|
|
background-color: transparent;
|
|
|
|
color: $color-primary;
|
|
|
|
font-weight: normal;
|
2017-03-23 21:19:44 +08:00
|
|
|
i {
|
|
|
|
color: $color-primary;
|
2017-09-26 04:28:36 +08:00
|
|
|
transition: all .2s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
i {
|
|
|
|
color: $color-white;
|
|
|
|
}
|
2017-03-23 21:19:44 +08:00
|
|
|
}
|
2017-03-27 23:45:24 +08:00
|
|
|
}
|