Chore: Sync sass with theme (#88340)
chore(sass): run theme:generate to sync sass with theme
This commit is contained in:
@@ -101,7 +101,7 @@ $text-color: rgba(36, 41, 46, 1);
|
||||
$text-color-strong: #000000;
|
||||
$text-color-semi-weak: rgba(36, 41, 46, 0.75);
|
||||
$text-color-weak: rgba(36, 41, 46, 0.75);
|
||||
$text-color-faint: rgba(36, 41, 46, 0.50);
|
||||
$text-color-faint: rgba(36, 41, 46, 0.64);
|
||||
$text-color-emphasis: #000000;
|
||||
$text-blue: #1F62E0;
|
||||
|
||||
@@ -114,7 +114,7 @@ $brand-gradient-vertical: linear-gradient(0.01deg, #F53E4C -31.2%, #FF8833 113.0
|
||||
// Links
|
||||
// -------------------------
|
||||
$link-color: rgba(36, 41, 46, 1);
|
||||
$link-color-disabled: rgba(36, 41, 46, 0.50);
|
||||
$link-color-disabled: rgba(36, 41, 46, 0.64);
|
||||
$link-hover-color: #000000;
|
||||
$external-link-color: #1F62E0;
|
||||
|
||||
@@ -215,7 +215,7 @@ $input-border-color: rgba(36, 41, 46, 0.30);
|
||||
$input-box-shadow: none;
|
||||
$input-border-focus: #5794f2;
|
||||
$input-box-shadow-focus: #5794f2;
|
||||
$input-color-placeholder: rgba(36, 41, 46, 0.50);
|
||||
$input-color-placeholder: rgba(36, 41, 46, 0.64);
|
||||
$input-label-bg: #F4F5F5;
|
||||
$input-color-select-arrow: #7b8087;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user