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