Register form - potrdilo registracije font: sans pro

This commit is contained in:
Nejc Kovač 2022-07-18 11:55:33 +02:00
parent f354c1eba7
commit 4f0e9dfa5a
2 changed files with 14 additions and 0 deletions

View File

@ -508,6 +508,10 @@ body.login_noEmail #main .landing_page_window .g-recaptcha {
display: none !important; display: none !important;
} }
}*/ }*/
body {
font-family: "Source Sans Pro", "sans-serif";
}
/************GDPR OBRAZEC***************/ /************GDPR OBRAZEC***************/
body.gdpr { body.gdpr {
line-height: 26px; line-height: 26px;
@ -542,6 +546,9 @@ body.gdpr div.label {
/******************************/ /******************************/
/************REGISTRACIJSKI OBRAZEC***************/ /************REGISTRACIJSKI OBRAZEC***************/
body.register .register_holder {
background-color: red;
}
body.register .register_holder .subtitle { body.register .register_holder .subtitle {
padding: 0; padding: 0;
margin: 0; margin: 0;

View File

@ -1,3 +1,7 @@
body {
font-family: $SansPro_font;
}
/************GDPR OBRAZEC***************/ /************GDPR OBRAZEC***************/
body.gdpr{ body.gdpr{
line-height: 26px; line-height: 26px;
@ -40,8 +44,11 @@ body.gdpr{
/************REGISTRACIJSKI OBRAZEC***************/ /************REGISTRACIJSKI OBRAZEC***************/
body.register{ body.register{
.register_holder{ .register_holder{
background-color: red;
.subtitle{ .subtitle{
padding: 0; padding: 0;
margin: 0; margin: 0;