aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-17 15:12:21 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-17 15:12:21 +0100
commit8d89dde9086d857c1e3256db0a64946e87fcf83c (patch)
tree98c6eb7fa7ff83823e4d18cb0107550c870827ee /view/theme
parentfab8209ebd4a052f8af5918de8603fd21a4bc7a6 (diff)
downloadvolse-hubzilla-8d89dde9086d857c1e3256db0a64946e87fcf83c.tar.gz
volse-hubzilla-8d89dde9086d857c1e3256db0a64946e87fcf83c.tar.bz2
volse-hubzilla-8d89dde9086d857c1e3256db0a64946e87fcf83c.zip
update templates
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7cdde49ab..7e512751c 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1948,6 +1948,15 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
text-align: center;
}
+.section-content-warning-wrapper {
+ padding: 21px 10px;
+ color: #8a6d3b;
+ background-color: #fcf8e3;
+ margin-bottom: 3px;
+ border-radius: $radiuspx;
+ text-align: center;
+}
+
.section-content-danger-wrapper {
padding: 21px 10px;
color: #a94442;