login pozabljeno geslo popravljen font, barva
This commit is contained in:
parent
4c42185458
commit
b13f70d848
@ -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;
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user