aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-11-08 22:01:42 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-11-08 22:01:42 +0000
commit2b68134ab01266913b89b79ea6c3e9575278ecb2 (patch)
tree69a410f34429c52c7cdd335e1bdfeba795ba8f6c /src/App.scss
parent5679dcdd18750a1fc9ac1d4eeea3fd3b642a2151 (diff)
parenta3501d58d8703379d5f60e1bb53dfb0dbb1022b2 (diff)
Merge branch 'emoji-optimizations' into 'develop'
Emoji fixes, optimizations and improvements Closes #690, #686, #682, #674, and #678 See merge request pleroma/pleroma-fe!969
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 2d10f1e7..310962b8 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -661,6 +661,18 @@ nav {
color: var(--alertErrorPanelText, $fallback--text);
}
}
+
+ &.warning {
+ background-color: $fallback--alertWarning;
+ background-color: var(--alertWarning, $fallback--alertWarning);
+ color: $fallback--text;
+ color: var(--alertWarningText, $fallback--text);
+
+ .panel-heading & {
+ color: $fallback--text;
+ color: var(--alertWarningPanelText, $fallback--text);
+ }
+ }
}
.faint {