diff options
| author | Shpuld Shpludson <shp@cock.li> | 2021-03-15 09:45:38 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2021-03-15 09:45:38 +0000 |
| commit | a00212a3bbc029439a27ba01895e01adf37a2db6 (patch) | |
| tree | 7848bf740d0e081501ccb194031329ce5980d337 /src/App.scss | |
| parent | 184364c7e06a982b48bbe6d913f02a73dd428aef (diff) | |
| parent | a8967d85bd7ae1541f1d4e41e95fc8fa111f2360 (diff) | |
Merge branch 'websocket-fixes' into 'develop'
Various websocket fixes
See merge request pleroma/pleroma-fe!1326
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 90d083bb..f860c16d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -706,6 +706,15 @@ nav { color: var(--alertWarningPanelText, $fallback--text); } } + + &.success { + background-color: var(--alertSuccess, $fallback--alertWarning); + color: var(--alertSuccessText, $fallback--text); + + .panel-heading & { + color: var(--alertSuccessPanelText, $fallback--text); + } + } } .faint { |
