mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-24 16:11:08 +02:00
4 lines
106 B
SCSS
4 lines
106 B
SCSS
.has-dark-grey-gradient {
|
|
background: linear-gradient(to right, darken($grey-dark, 25%), $grey-dark);
|
|
}
|