GDPR popravki

This commit is contained in:
Nejc Kovač 2022-07-14 12:10:30 +02:00
parent 5a7df08f66
commit 2248c1613b
6 changed files with 15 additions and 5 deletions

View File

@ -103,8 +103,9 @@ input[type=email] {
box-sizing: border-box; box-sizing: border-box;
height: 55px; height: 55px;
padding: 8px 18px; padding: 8px 18px;
font-size: 17px; font-size: 16px;
color: #333; color: #333;
font-family: "Source Sans Pro";
background-color: white; background-color: white;
border: 1px solid #cccccc; border: 1px solid #cccccc;
} }
@ -848,7 +849,7 @@ body #main .main_content input[type=password] {
body #main .main_content input[type=button] { body #main .main_content input[type=button] {
display: block; display: block;
width: 100%; width: 100%;
margin: 20px auto !important; margin: 20px 0px !important;
} }
body #main .main_content .have_account { body #main .main_content .have_account {
display: block; display: block;
@ -1262,6 +1263,7 @@ iframe {
body.gdpr { body.gdpr {
line-height: 20px; line-height: 20px;
color: #343434;
} }
.gdpr #main .main_content { .gdpr #main .main_content {
@ -1316,6 +1318,7 @@ body.gdpr .input_field div.label label {
padding: 0px; padding: 0px;
padding-left: 8px; padding-left: 8px;
margin: 0px; margin: 0px;
font-family: "Source Sans Pro";
} }
body .gdpr form p:first-of-type { body .gdpr form p:first-of-type {
@ -1366,6 +1369,7 @@ form p:nth-of-type(2) {
form .opis { form .opis {
font-weight: 600; font-weight: 600;
margin: 0px 0px 4px 0px; margin: 0px 0px 4px 0px;
line-height: normal;
} }
#gdpr-note { #gdpr-note {

View File

@ -91,8 +91,9 @@ input[type="email"]{
height: 55px; height: 55px;
padding: 8px 18px; padding: 8px 18px;
font-size: 17px; font-size: 16px;
color: $color_text_dark; color: $color_text_dark;
font-family: $SansPro_font;
background-color: white; background-color: white;
border: 1px solid $color_border; border: 1px solid $color_border;

View File

@ -5,6 +5,7 @@ $color_blue: #1e88e5;
$color_text: #535050; $color_text: #535050;
$color_text_light: #979797; $color_text_light: #979797;
$color_text_dark: #333; $color_text_dark: #333;
$color_text_black: #343434;
$border_color: #646464; $border_color: #646464;

View File

@ -5,6 +5,7 @@
$font: 'Montserrat', sans-serif; $font: 'Montserrat', sans-serif;
$SansPro_font: "Source Sans Pro";
.thin{ .thin{

View File

@ -186,7 +186,7 @@
input[type="button"]{ input[type="button"]{
display: block; display: block;
width: 100%; width: 100%;
margin: 20px auto !important; margin: 20px 0px !important;
} }
.have_account{ .have_account{

View File

@ -6,6 +6,7 @@
body.gdpr { body.gdpr {
line-height: 20px; line-height: 20px;
color: $color_text_black;
} }
.gdpr #main .main_content { .gdpr #main .main_content {
@ -69,6 +70,7 @@ body.gdpr .input_field div.label label {
padding: 0px; padding: 0px;
padding-left: 8px; padding-left: 8px;
margin: 0px; margin: 0px;
font-family: $SansPro_font;
} }
body .gdpr form p:first-of-type{ body .gdpr form p:first-of-type{
@ -123,8 +125,9 @@ form p:nth-of-type(2){
} }
form .opis { form .opis {
font-weight: 600; font-weight: 600;
margin: 0px 0px 4px 0px; margin: 0px 0px 4px 0px;
line-height: normal;
} }
#gdpr-note { #gdpr-note {