about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/about.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-05-05 17:43:09 +0200
committerThibaut Girka <thib@sitedethib.com>2018-05-05 17:43:09 +0200
commit9edc5cafe444f0647c91b086f733903e15093260 (patch)
tree3e0431a1d161509658d13686de3c575bbf42f3bb /app/javascript/flavours/glitch/styles/about.scss
parentcb62935c0b00f41ff5d4ab77a8cc38174b05d186 (diff)
[Glitch] Improve styling of closed registrations message
Port SCSS changes from 5acd5315f23b4472f31c4a0bb612b7356032defc to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/styles/about.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/about.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/about.scss b/app/javascript/flavours/glitch/styles/about.scss
index d97e23696..8a7d3412d 100644
--- a/app/javascript/flavours/glitch/styles/about.scss
+++ b/app/javascript/flavours/glitch/styles/about.scss
@@ -194,6 +194,28 @@ $small-breakpoint: 960px;
     }
   }
 
+  .closed-registrations-message {
+    margin-top: 20px;
+
+    &,
+    p {
+      text-align: center;
+      font-size: 12px;
+      line-height: 18px;
+      color: $ui-primary-color;
+      margin-bottom: 0;
+
+      a {
+        color: $ui-highlight-color;
+        text-decoration: underline;
+      }
+    }
+
+    p:last-child {
+      margin-bottom: 0;
+    }
+  }
+
   em {
     display: inline;
     margin: 0;