From b13f70d84865875986e3c51dad1e467bec708ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Mon, 18 Jul 2022 15:38:07 +0200 Subject: [PATCH] login pozabljeno geslo popravljen font, barva --- frontend/simple/css/style.css | 7 +++++++ resources/sass/frontend_simple/basic/popravki.scss | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 5404f04d7..f89329de0 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -1514,6 +1514,13 @@ body.register #main .landing_page_window label:first-of-type { font-family: "Source Sans Pro", "sans-serif"; } +body.reset_password { + color: #333; +} +body.reset_password input[type=button] { + font-family: "Source Sans Pro", "sans-serif"; +} + /* GDPR ZAHTEVEK -------------------------------------- */ #main { background-color: #FFFFFF; diff --git a/resources/sass/frontend_simple/basic/popravki.scss b/resources/sass/frontend_simple/basic/popravki.scss index 7364b0be4..24592d2c3 100644 --- a/resources/sass/frontend_simple/basic/popravki.scss +++ b/resources/sass/frontend_simple/basic/popravki.scss @@ -591,4 +591,15 @@ body.register #main .landing_page_window label:first-of-type { .register_email input[type="button"] { font-family: $SansPro_font; +} + +// ------RESET PASSWORD---------------------------------- + +body.reset_password{ + + color: #333; + + input[type="button"]{ + font-family: $SansPro_font; + } } \ No newline at end of file