summaryrefslogtreecommitdiffstats
path: root/module/web/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/static/css')
-rw-r--r--module/web/static/css/default/settings.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/module/web/static/css/default/settings.less b/module/web/static/css/default/settings.less
index 7e702dc58..5d0181485 100644
--- a/module/web/static/css/default/settings.less
+++ b/module/web/static/css/default/settings.less
@@ -9,4 +9,26 @@
margin-bottom: 20px;
min-height: 20px;
padding: 19px;
+}
+.heroless{
+background-color: #eeeeee;
+padding: 10px;
+margin-bottom: 10px;
+ -webkit-border-radius: 6px;
+ -moz-border-radius: 6px;
+ border-radius: 6px;
+}
+.heroless h1 {
+ margin-bottom: 0;
+ font-size: 40px;
+ line-height: 1;
+ letter-spacing: -1px;
+ color: inherit;
+}
+
+.heroless p {
+ font-size: 18px;
+ font-weight: 200;
+ line-height: 30px;
+ color: inherit;
} \ No newline at end of file