13 lines
222 B
SCSS
13 lines
222 B
SCSS
@import "/imports/ui/stylesheets/variables/_all";
|
|
|
|
.testAudioBtn {
|
|
border: none;
|
|
padding-left: 0;
|
|
background-color: transparent;
|
|
color: $color-primary;
|
|
font-weight: normal;
|
|
i {
|
|
color: $color-primary;
|
|
}
|
|
}
|