mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
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;
|
||
|
}
|
||
|
}
|