web/satellite: use color palette instead of hex colors for button
Change-Id: I1da9c1927c2768e86f3887477250ae833e29439e
This commit is contained in:
parent
87d0789691
commit
52ff7a66a0
@ -181,16 +181,16 @@ function handleClick(): void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.solid-red {
|
.solid-red {
|
||||||
background-color: #ff1313 !important;
|
background-color: var(--c-red-2) !important;
|
||||||
border: 1px solid #ff1313 !important;
|
border: 1px solid var(--c-red-2) !important;
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #c90e0e !important;
|
background-color: var(--c-red-3) !important;
|
||||||
border: 1px solid #c90e0e !important;
|
border: 1px solid var(--c-red-3) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user