mirror of
https://github.com/ascribe/onion.git
synced 2024-11-11 23:55:06 +01:00
9 lines
159 B
SCSS
9 lines
159 B
SCSS
.btn-transparent {
|
|
color: black;
|
|
background-color: transparent;
|
|
|
|
&:hover, &:active, &:focus {
|
|
color:#424242;
|
|
outline: none;
|
|
}
|
|
} |