Skip to content

Commit 6913976

Browse files
Updated SCSS to use color from var instead hex
1 parent 33399c2 commit 6913976

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/assets/sass/_global/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $green-light: #B5E9DB;
3131
$green-dark: #229174;
3232
$blue: #0596dc;
3333
$blue-btn: #50ADE8;
34+
$blue-link: #0d61bf;
3435

3536
$font-path: "../../assets/fonts";
3637
$img-path: "../../assets/images";

src/components/NotificationsPopup/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
margin: 15px auto 25px auto;
151151
}
152152
a {
153-
color: #0D61BF;
153+
color: $blue-link;
154154
text-decoration: underline;
155155
cursor: pointer;
156156
}
@@ -383,7 +383,7 @@
383383
height: 42px;
384384
a {
385385
margin: auto;
386-
color: #0D61BF;
386+
color: $blue-link;
387387
font-size: 14px;
388388
@include Roboto-Regular;
389389
line-height: 22px;

0 commit comments

Comments
 (0)