mirror of
https://github.com/primer/css.git
synced 2024-11-25 07:33:41 +03:00
update bg-shade-gradient to use color variables
This commit is contained in:
parent
1e04ce04c0
commit
b218499443
@ -33,7 +33,7 @@
|
||||
.bg-purple-light { background-color: $bg-purple-light !important; }
|
||||
|
||||
.bg-shade-gradient {
|
||||
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.065), rgba(0, 0, 0, 0)) !important;
|
||||
background-image: linear-gradient(180deg, rgba($black, 0.065), rgba($black, 0)) !important;
|
||||
background-repeat: no-repeat !important;
|
||||
background-size: 100% 200px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user