mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-17 20:08:22 +00:00
minor fixes to scss to utilize get color function
This commit is contained in:
parent
e9ec17b323
commit
b670a810fb
@ -65,7 +65,7 @@
|
||||
margin-right: 64px;
|
||||
|
||||
&__icon {
|
||||
color: set-color(red, red5);
|
||||
color: get-color(red5);
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ $user-name-width: 170px;
|
||||
}
|
||||
|
||||
&__trigger {
|
||||
color: rgba(0, 132, 191, 1);
|
||||
color: get-color(blue6);
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user