Fix media editing modal and profile directory in light theme (#12059)
Also: - Fix embed modal in light theme - Fix confirmation modal in light theme
This commit is contained in:
parent
ca22a22d7f
commit
f51f99c3c2
5 changed files with 109 additions and 14 deletions
|
@ -8,7 +8,7 @@ $classic-secondary-color: #d9e1e8;
|
|||
$classic-highlight-color: #2b90d9;
|
||||
|
||||
// Differences
|
||||
$success-green: #3c754d;
|
||||
$success-green: lighten(#3c754d, 8%);
|
||||
|
||||
$base-overlay-background: $white !default;
|
||||
$valid-value-color: $success-green !default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue