mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-19 12:53:28 +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;
|
margin-right: 64px;
|
||||||
|
|
||||||
&__icon {
|
&__icon {
|
||||||
color: set-color(red, red5);
|
color: get-color(red5);
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -94,7 +94,7 @@ $user-name-width: 170px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__trigger {
|
&__trigger {
|
||||||
color: rgba(0, 132, 191, 1);
|
color: get-color(blue6);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user