diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 433c72ab7..03133ee89 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -508,6 +508,10 @@ body.login_noEmail #main .landing_page_window .g-recaptcha { display: none !important; } }*/ +body { + font-family: "Source Sans Pro", "sans-serif"; +} + /************GDPR OBRAZEC***************/ body.gdpr { line-height: 26px; @@ -542,6 +546,9 @@ body.gdpr div.label { /******************************/ /************REGISTRACIJSKI OBRAZEC***************/ +body.register .register_holder { + background-color: red; +} body.register .register_holder .subtitle { padding: 0; margin: 0; diff --git a/resources/sass/frontend_simple/modules/pages.scss b/resources/sass/frontend_simple/modules/pages.scss index a1f317a4d..7cac65514 100644 --- a/resources/sass/frontend_simple/modules/pages.scss +++ b/resources/sass/frontend_simple/modules/pages.scss @@ -1,3 +1,7 @@ +body { + font-family: $SansPro_font; +} + /************GDPR OBRAZEC***************/ body.gdpr{ line-height: 26px; @@ -40,8 +44,11 @@ body.gdpr{ /************REGISTRACIJSKI OBRAZEC***************/ body.register{ + .register_holder{ + background-color: red; + .subtitle{ padding: 0; margin: 0;