login pozabljeno geslo popravljen font, barva

This commit is contained in:
Nejc Kovač 2022-07-18 15:38:07 +02:00
parent 4c42185458
commit b13f70d848
2 changed files with 18 additions and 0 deletions

View File

@ -1514,6 +1514,13 @@ body.register #main .landing_page_window label:first-of-type {
font-family: "Source Sans Pro", "sans-serif"; 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 -------------------------------------- */ /* GDPR ZAHTEVEK -------------------------------------- */
#main { #main {
background-color: #FFFFFF; background-color: #FFFFFF;

View File

@ -592,3 +592,14 @@ body.register #main .landing_page_window label:first-of-type {
.register_email input[type="button"] { .register_email input[type="button"] {
font-family: $SansPro_font; font-family: $SansPro_font;
} }
// ------RESET PASSWORD----------------------------------
body.reset_password{
color: #333;
input[type="button"]{
font-family: $SansPro_font;
}
}