Register form - potrdilo registracije font: sans pro
This commit is contained in:
parent
f354c1eba7
commit
4f0e9dfa5a
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user