GDPR popravki
This commit is contained in:
parent
5a7df08f66
commit
2248c1613b
@ -103,8 +103,9 @@ input[type=email] {
|
||||
box-sizing: border-box;
|
||||
height: 55px;
|
||||
padding: 8px 18px;
|
||||
font-size: 17px;
|
||||
font-size: 16px;
|
||||
color: #333;
|
||||
font-family: "Source Sans Pro";
|
||||
background-color: white;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
@ -848,7 +849,7 @@ body #main .main_content input[type=password] {
|
||||
body #main .main_content input[type=button] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 20px auto !important;
|
||||
margin: 20px 0px !important;
|
||||
}
|
||||
body #main .main_content .have_account {
|
||||
display: block;
|
||||
@ -1262,6 +1263,7 @@ iframe {
|
||||
|
||||
body.gdpr {
|
||||
line-height: 20px;
|
||||
color: #343434;
|
||||
}
|
||||
|
||||
.gdpr #main .main_content {
|
||||
@ -1316,6 +1318,7 @@ body.gdpr .input_field div.label label {
|
||||
padding: 0px;
|
||||
padding-left: 8px;
|
||||
margin: 0px;
|
||||
font-family: "Source Sans Pro";
|
||||
}
|
||||
|
||||
body .gdpr form p:first-of-type {
|
||||
@ -1366,6 +1369,7 @@ form p:nth-of-type(2) {
|
||||
form .opis {
|
||||
font-weight: 600;
|
||||
margin: 0px 0px 4px 0px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#gdpr-note {
|
||||
|
@ -91,8 +91,9 @@ input[type="email"]{
|
||||
height: 55px;
|
||||
padding: 8px 18px;
|
||||
|
||||
font-size: 17px;
|
||||
font-size: 16px;
|
||||
color: $color_text_dark;
|
||||
font-family: $SansPro_font;
|
||||
|
||||
background-color: white;
|
||||
border: 1px solid $color_border;
|
||||
|
@ -5,6 +5,7 @@ $color_blue: #1e88e5;
|
||||
$color_text: #535050;
|
||||
$color_text_light: #979797;
|
||||
$color_text_dark: #333;
|
||||
$color_text_black: #343434;
|
||||
|
||||
$border_color: #646464;
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
|
||||
$font: 'Montserrat', sans-serif;
|
||||
$SansPro_font: "Source Sans Pro";
|
||||
|
||||
|
||||
.thin{
|
||||
|
@ -186,7 +186,7 @@
|
||||
input[type="button"]{
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: 20px auto !important;
|
||||
margin: 20px 0px !important;
|
||||
}
|
||||
|
||||
.have_account{
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
body.gdpr {
|
||||
line-height: 20px;
|
||||
color: $color_text_black;
|
||||
}
|
||||
|
||||
.gdpr #main .main_content {
|
||||
@ -69,6 +70,7 @@ body.gdpr .input_field div.label label {
|
||||
padding: 0px;
|
||||
padding-left: 8px;
|
||||
margin: 0px;
|
||||
font-family: $SansPro_font;
|
||||
}
|
||||
|
||||
body .gdpr form p:first-of-type{
|
||||
@ -123,8 +125,9 @@ form p:nth-of-type(2){
|
||||
}
|
||||
form .opis {
|
||||
font-weight: 600;
|
||||
|
||||
|
||||
margin: 0px 0px 4px 0px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
#gdpr-note {
|
||||
|
Loading…
x
Reference in New Issue
Block a user