mirror of
https://github.com/ascribe/onion.git
synced 2025-01-10 21:18:38 +01:00
8 lines
136 B
SCSS
8 lines
136 B
SCSS
.btn-transparent {
|
|
color: black;
|
|
background-color: transparent;
|
|
|
|
&:hover, &:active, &:focus {
|
|
color:#424242;
|
|
}
|
|
} |