2017-03-27 23:45:24 +08:00
|
|
|
@import "../../../stylesheets/variables/all";
|
2017-03-23 21:19:44 +08:00
|
|
|
|
|
|
|
.testAudioBtn {
|
|
|
|
border: none;
|
|
|
|
padding-left: 0;
|
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-03-27 23:45:24 +08:00
|
|
|
}
|