GDPR input field font / velikost pisave

This commit is contained in:
Nejc Kovač 2022-07-14 14:41:48 +02:00
parent 55a70a308d
commit df63462290
2 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -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;
}