mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
67f70357a5
MIGRATE!
9 lines
165 B
SCSS
9 lines
165 B
SCSS
.ascribe-btn-gray {
|
|
border-color: #CCCCCC;
|
|
background-color: #CCCCCC;
|
|
|
|
&:hover{
|
|
border-color: #AAAAAA;
|
|
background-color: #AAAAAA;
|
|
}
|
|
} |