File: /var/www/vhosts/creativefellows.nl/marie.creativefellows.nl/public/scss/_form.scss
.form{
.cell__text label{visibility:hidden;display:none;}
.cell__text textarea{min-height:6rem;}
.cell_pr0t3ct{
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}
fieldset{margin-bottom:1.5rem;}
input,
textarea{
margin:0;
&::placeholder {
color:$dark-gray;
}
}
input[type="text"]{height:auto;}
}
.form__background-blue{
label{color:$white;}
input,
textarea{
border:none;
&:focus{border:none;box-shadow:none;}
}
.button{border:none;color:$white;background: linear-gradient(45deg, rgba(232,46,123,1) 0%, rgba(168,0,81,1) 100%);margin:auto;display:block;}
}
.reveal .oe_widget{
h2{
//color: get-color(1);
font-weight:500;
}
input:not([type="file"]),
textarea {
//margin-bottom:$global-margin;
border:solid 1px $medium-gray;
font-size:1rem;
padding: 0.5rem;
line-height: 1.5;
height:auto;
margin-bottom:1rem;
&:hover{border:solid 1px $medium-gray;}
&:focus{border:solid 1px $black;}
&::placeholder {
color:$dark-gray;
}
}
.oe_formElement{
position:relative;
&.oe_error{
input:not([type="file"]),
textarea {
border-color: #cc4b37;
background-color: #f9ecea;
}
}
}
.oe_validation{position:absolute;top:0.25rem;right:0;margin:0;color:#cc4b37;font-size: 0.75rem;}
.oe_label{font-size:0.875rem;margin:0;line-height:1.8;}
.oe_help{margin-top:-6px;}
.oe_checkboxElement{
font-size:0.875rem;
}
.oe_selector{
.oe_selectorValue{
border-radius:$global-radius;border:solid 1px $medium-gray;
&:after{
right:10px;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid black;
}
}
select{}
}
.oe_buttons button{
@include button();
margin-bottom:0;
&::before{
content:"";
display:block;
//background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 427.67 501.39'%3E%3Cpath d='m75.39 8.36 331.15 224.33c29.83 20.21 27.68 64.83-4 82.08L71.14 495.45C39.07 512.94 0 489.7 0 453.17l.29-405C.31 9.59 43.45-13.27 75.39 8.36Z' style='fill:%23ececec'/%3E%3C/svg%3E") no-repeat 0 50%;
background: url("data:image/svg+xml,%3Csvg data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 319.26 447.8'%3E%3Cpath style='fill:%23ffffff' d='M16 447.8a17.1 17.1 0 0 1-7.36-1.8A16 16 0 0 1 0 431.8v-416A16 16 0 0 1 8.64 1.56a16 16 0 0 1 16 1.28l288 208a16 16 0 0 1 0 25.92l-288 208a16 16 0 0 1-8.64 3Zm16-400v352l244.64-176Z' data-name='87-Right'/%3E%3C/svg%3E") no-repeat 0 50%;
width:0.5rem;
height:1rem;
margin-right:0.5rem;
float:left;
@include animate();
}
}
.oe_uploader{margin-bottom:1rem;}
}