GDPR input field font / velikost pisave
This commit is contained in:
parent
55a70a308d
commit
df63462290
@ -1538,6 +1538,7 @@ body.gdpr .input_field div.label label {
|
||||
padding-left: 8px;
|
||||
margin: 0px;
|
||||
font-family: "Source Sans Pro";
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
body .gdpr form p:first-of-type {
|
||||
@ -1597,6 +1598,8 @@ form .opis {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
border-radius: 0px;
|
||||
font-size: 16px;
|
||||
font-family: "Source Sans Pro";
|
||||
}
|
||||
|
||||
.register_holder p:last-of-type {
|
||||
|
@ -71,6 +71,7 @@ body.gdpr .input_field div.label label {
|
||||
padding-left: 8px;
|
||||
margin: 0px;
|
||||
font-family: $SansPro_font;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
body .gdpr form p:first-of-type{
|
||||
@ -137,6 +138,8 @@ form .opis {
|
||||
width: 100%;
|
||||
|
||||
border-radius: 0px;
|
||||
font-size: 16px;
|
||||
font-family: $SansPro_font;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user