From adbd70386b4fa13c940eed643cd1b252b5243051 Mon Sep 17 00:00:00 2001 From: Sonja Galovic Date: Thu, 28 Apr 2022 14:22:49 +0200 Subject: Redizajn login modala uradjen. --- frontend/src/styles/theme.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontend/src/styles/theme.css') diff --git a/frontend/src/styles/theme.css b/frontend/src/styles/theme.css index 17a433c6..c517e885 100644 --- a/frontend/src/styles/theme.css +++ b/frontend/src/styles/theme.css @@ -9,6 +9,7 @@ --ns-bg-dark-50: rgba(0, 65, 101, 0.5); --offwhite: #dfd7d7; --ns-warn: #f9b7b7; + --ns-alt: #002b49; } body { @@ -20,6 +21,10 @@ body { background-color: var(--ns-bg-light-30) !important; } +.bg-alt { + background-color: var(--ns-alt); +} + .ns-border-primary { border: 1px solid var(--ns-primary); } -- cgit v1.2.3