mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 16:56:07 +00:00
The corrected color in the Button (#6262)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
b96c2e9b89
commit
eb1d73801b
@ -25,6 +25,7 @@
|
||||
--primary-button-hovered: #3575DE;
|
||||
--primary-button-pressed: #1C52AB;
|
||||
--primary-button-focused: #205DC2;
|
||||
--secondary-button-color: rgba(0, 0, 0, .8);
|
||||
--secondary-button-default: #D3E1F8;
|
||||
--secondary-button-hovered: #BDD2F5;
|
||||
--secondary-button-pressed: #A7C3F1;
|
||||
|
@ -241,6 +241,7 @@
|
||||
}
|
||||
}
|
||||
&.secondary {
|
||||
color: var(--secondary-button-color);
|
||||
background-color: var(--secondary-button-default);
|
||||
&:hover { background-color: var(--secondary-button-hovered); }
|
||||
&:active,
|
||||
|
@ -110,6 +110,7 @@
|
||||
}
|
||||
}
|
||||
&.primary {
|
||||
color: var(--secondary-button-color);
|
||||
background-color: var(--secondary-button-default);
|
||||
&:hover {
|
||||
background-color: var(--secondary-button-hovered);
|
||||
|
Loading…
Reference in New Issue
Block a user