180 lines
2.8 KiB
SCSS
180 lines
2.8 KiB
SCSS
/* GDPR ZAHTEVEK -------------------------------------- */
|
|
|
|
#main {
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
body.gdpr {
|
|
line-height: 20px;
|
|
color: $color_text_black;
|
|
}
|
|
|
|
.gdpr #main .main_content {
|
|
padding: 0px;
|
|
font-family: "Source Sans Pro", "sans-serif" !important;
|
|
}
|
|
|
|
.register_holder{
|
|
max-width: 810px;
|
|
width: 95%;
|
|
margin: 70px auto 70px auto;
|
|
|
|
h1 {
|
|
font-size: 50px;
|
|
font-weight: 300;
|
|
line-height: 62px;
|
|
|
|
margin: 20px 0px;
|
|
}
|
|
|
|
p {
|
|
font-weight: 400;
|
|
line-height: 26px;
|
|
|
|
margin: 20px 0px;
|
|
|
|
a {
|
|
color: #1e88e5;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
body.gdpr div.label {
|
|
display: block;
|
|
line-height: unset;
|
|
font-weight: 600;
|
|
width: 200px;
|
|
|
|
line-height: unset;
|
|
|
|
}
|
|
body #main .main_content .register_holder .label {
|
|
line-height: 20px;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
body.gdpr .input_field div.label label {
|
|
line-height: unset;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
|
|
.regfield {
|
|
height: 38px;
|
|
max-width: 245px;
|
|
width: 95%;
|
|
border: 1px solid #C4C4C4;
|
|
border-radius: 0px;
|
|
|
|
padding: 0px;
|
|
padding-left: 8px;
|
|
margin: 0px;
|
|
font-family: $SansPro_font;
|
|
font-size: 16px;
|
|
}
|
|
|
|
body .gdpr form p:first-of-type{
|
|
font-weight: 600;
|
|
}
|
|
|
|
body.gdpr div.input_field{
|
|
padding: 10px 0px;
|
|
}
|
|
/* Elektronski naslov: */
|
|
body.gdpr div.input_field:first-of-type {
|
|
padding-top: 0px;
|
|
}
|
|
/* URL ankete: */
|
|
body.gdpr div.input_field:nth-of-type(3){
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
/* Želim podati zahtevo za: */
|
|
form p:first-of-type {
|
|
margin: 20px 0px 6px 0px;
|
|
}
|
|
|
|
|
|
body.gdpr div.zahtevek {
|
|
padding: 6px 0px;
|
|
}
|
|
body.gdpr div.zahtevek:last-of-type {
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
body.gdpr div.zahtevek label{
|
|
|
|
|
|
}
|
|
|
|
body.gdpr div.zahtevek label input {
|
|
margin-right: 2px;
|
|
margin-left: 0px;
|
|
height: 18px;
|
|
width: 18px;
|
|
|
|
vertical-align: -3px;
|
|
|
|
border-radius: 0px;
|
|
}
|
|
|
|
|
|
/* tekst nad poljem za opis */
|
|
form p:nth-of-type(2){
|
|
margin: 20px 0px;
|
|
}
|
|
form .opis {
|
|
font-weight: 600;
|
|
|
|
margin: 0px 0px 4px 0px;
|
|
line-height: normal;
|
|
}
|
|
|
|
#gdpr-note {
|
|
padding-left: 8px;
|
|
margin: 0px;
|
|
width: 100%;
|
|
|
|
border-radius: 0px;
|
|
font-size: 16px;
|
|
font-family: $SansPro_font;
|
|
|
|
}
|
|
|
|
.register_holder p:last-of-type {
|
|
margin: 18px 0px 20px 0px;
|
|
line-height: 26px;
|
|
}
|
|
|
|
|
|
input[type=submit],
|
|
button,
|
|
input[type=button],
|
|
.button {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
height: 50px;
|
|
max-width: 320px;
|
|
width: 95%;
|
|
padding: 0px;
|
|
|
|
color: #FFFFFF;
|
|
background-color: #1e88e5;
|
|
border: 1px solid #1e88e5;
|
|
|
|
transition: .3s ease-out;
|
|
|
|
&:hover {
|
|
color: #1e88e5;
|
|
background-color: white;
|
|
|
|
border: 1px solid #1e88e5;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
/* -------------------------------------- */ |