From bc98c6bca6ebc644003c7eea7748f20bf89da62e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 24 Oct 2019 21:17:39 -0400 Subject: nfsw/static/auth.css: Add styling for msg-block. --- nfsw/static/auth.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; -- cgit v1.2.3