Browse Source
Change btn-used default and hovered colors for clarity
merge-requests/5/head
Bauke
8 years ago
No known key found for this signature in database
GPG Key ID: C1C0F29952BCF558
1 changed files with
5 additions and
4 deletions
-
tildes/scss/modules/_btn.scss
|
|
|
@ -33,13 +33,14 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.btn-used { |
|
|
|
border-color: darken($violet, 3%); |
|
|
|
color: $violet; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background-color: darken($violet, 3%); |
|
|
|
border-color: darken($violet, 8%); |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
background-color: darken($blue, 3%); |
|
|
|
border-color: darken($blue, 8%); |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|