aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/hmno_main.scss')
-rw-r--r--app/assets/stylesheets/hmno_main.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/hmno_main.scss b/app/assets/stylesheets/hmno_main.scss
index 26a0a29..92e5274 100644
--- a/app/assets/stylesheets/hmno_main.scss
+++ b/app/assets/stylesheets/hmno_main.scss
@@ -91,3 +91,15 @@ img {
visibility:hidden;
}
}
+
+.search {
+ text-align: center;
+ padding-bottom: 3mm;
+
+ #query {
+ background-color: $body-bg;
+ color: $fg;
+ border: 1px solid $fg;
+ padding: 1mm;
+ }
+}