11 lines
156 B
SCSS
11 lines
156 B
SCSS
|
//
|
||
|
// Button
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
.btn {
|
||
|
-moz-appearance: none;
|
||
|
|
||
|
span.menu-marker {
|
||
|
-moz-appearance: none;
|
||
|
}
|
||
|
}
|