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";
|
||||
}
|
||||
|
||||
body.reset_password {
|
||||
color: #333;
|
||||
}
|
||||
body.reset_password input[type=button] {
|
||||
font-family: "Source Sans Pro", "sans-serif";
|
||||
}
|
||||
|
||||
/* GDPR ZAHTEVEK -------------------------------------- */
|
||||
#main {
|
||||
background-color: #FFFFFF;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user