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:
Eugen Rochko
2019-10-03 03:17:29 +02:00
committed by GitHub
parent ca22a22d7f
commit f51f99c3c2
5 changed files with 109 additions and 14 deletions

View File

@ -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;