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