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