From 5bb598bbcbfd7afee0da17875a964f828b453664 Mon Sep 17 00:00:00 2001 From: StockiP Date: Tue, 26 Apr 2022 17:54:01 +0200 Subject: [PATCH] added login modal & registration modal --- res/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/res/css/style.css b/res/css/style.css index e2f2755..9e7e496 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -66,3 +66,14 @@ /* larger devices */ @media (min-width: 1200px) {} + +/* input fields registration */ +.registerform .form-control { + border-radius: 0px; + border: 1px solid #cfd6e1; + background-color: #e9eef5; + color: #212934; + font-size: .9em; + padding: 10px; + margin-bottom: 10px; +} \ No newline at end of file