Skip to content

Commit b8ba91c

Browse files
committed
updating hb gradients
1 parent 62139c0 commit b8ba91c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sass/styles/applications/hb/settings/colors.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
$grey: #f3f3f3;
22
$code-editor-grey: #1e1e1e;
33

4+
//Gradients
5+
$gradient-purple-blue: linear-gradient(to right, #8108da, #350ed8);
6+
$gradient-lgreen: linear-gradient(to right, #82da3b, #27a87c);
7+
48
//Background Colors
59
$bg-color-list: map-merge(
610
$bg-color-list,
@@ -18,5 +22,15 @@ $text-color-list: map-merge(
1822
)
1923
);
2024

25+
//Background Gradients
26+
$gradient-map: map-merge(
27+
$gradient-map,
28+
(
29+
"purple-blue": $gradient-purple-blue,
30+
"lgreen": $gradient-lgreen,
31+
)
32+
);
33+
34+
2135
//Border card
2236
$border-card-border-color: #f3f3f3;

0 commit comments

Comments
 (0)