mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 05:26:36 +00:00
7 lines
149 B
SCSS
7 lines
149 B
SCSS
|
@import "./variables";
|
||
|
|
||
|
@mixin bg-gradient {
|
||
|
background: $ether-navy;
|
||
|
background: linear-gradient(149deg, #132a45, #143a56, #21a4ce, #19b4ad);
|
||
|
}
|