summaryrefslogtreecommitdiffstats
path: root/nfsw/static
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-10-24 21:17:39 -0400
committerrsiddharth <s@ricketyspace.net>2019-10-24 21:17:39 -0400
commitbc98c6bca6ebc644003c7eea7748f20bf89da62e (patch)
treed884a4efabe4e9af6fd46dce92e2879599fa0627 /nfsw/static
parent7a252ece3c7cd23a089d87c08e59ac781bd1374f (diff)
nfsw/static/auth.css: Add styling for msg-block.
Diffstat (limited to 'nfsw/static')
-rw-r--r--nfsw/static/auth.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/nfsw/static/auth.css b/nfsw/static/auth.css
index 9ae3d22..9325b21 100644
--- a/nfsw/static/auth.css
+++ b/nfsw/static/auth.css
@@ -13,6 +13,19 @@
src: url('./fonts/roboto-regular.ttf');
}
+.msg-block {
+ font-family: roboto-black;
+ background: rgb(158,0,0);
+ color: rgb(255,255,255);
+ margin-bottom: 14px;
+}
+
+.msg-block p {
+ margin: 0 0 0 0;
+ font-weight: bold;
+ padding: 10px;
+}
+
.auth-grid {
display: grid;
grid-template-rows: 29vh 225px 29vh;