mirror of
https://github.com/primer/css.git
synced 2024-11-10 07:58:36 +03:00
use border variables
This commit is contained in:
parent
1c81f3c9a8
commit
cea6e67ca5
@ -15,7 +15,7 @@
|
||||
color: $white;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border: 1px solid $white-fade-50;
|
||||
border: $border-width $border-style $white-fade-50;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
|
Loading…
Reference in New Issue
Block a user