aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_banners.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/hmno_banners.scss')
-rw-r--r--app/assets/stylesheets/hmno_banners.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/hmno_banners.scss b/app/assets/stylesheets/hmno_banners.scss
new file mode 100644
index 0000000..d01570e
--- /dev/null
+++ b/app/assets/stylesheets/hmno_banners.scss
@@ -0,0 +1,9 @@
+@import "color_scheme";
+
+#slider {
+ margin: {
+ left: $sidebar-margin;
+ right: $sidebar-margin;
+ }
+ text-align: center;
+}