about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-04-04 15:26:57 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-04-04 15:28:12 +0200
commit5f54981846508daf9558f66ffd70d42d8213bea9 (patch)
tree0ccd822d4e04a3082bb4bf9adc6cdb981f05425e /app/assets/stylesheets
parent405c495c234d80a036a37052841850be29000d0b (diff)
New admin setting: open/close registrations, with custom message, from the admin UI
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/about.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss
index 2ff1d1453..c9d9dc5d5 100644
--- a/app/assets/stylesheets/about.scss
+++ b/app/assets/stylesheets/about.scss
@@ -319,7 +319,7 @@
     }
   }
 
-  .simple_form {
+  .simple_form, .closed-registrations-message {
     width: 300px;
     flex: 0 0 auto;
     background: rgba(darken($color1, 7%), 0.5);
@@ -340,3 +340,11 @@
     }
   }
 }
+
+.closed-registrations-message {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+  justify-content: center;
+  text-align: center;
+}