File: /var/www/vhosts/creativefellows.nl/bestelscan.creativefellows.nl/public/scss/_bestelscan.scss
.page-section{
margin:1.5rem auto;
h1,
h2{color:$primary-color;}
.font-normal{font-weight:$global-weight-normal;}
.cell__space-bottom{margin-bottom:0.5rem;}
.rounded-border{border-radius:1rem 1rem 0 1rem;overflow:hidden;margin-bottom:1.5rem;}
.form-group__hidden{
//display:none;
}
.cell__hidden{display:none;}
}
.page-section__header{
.logo img{height:3rem;}
}
.form{
h2{margin:1rem 0;}
input[type=text]{height:auto;}
.button{margin-top:1rem;border-radius:1rem 1rem 0 1rem;font-family:$header-font-family;font-size:1.5rem;padding-left:1rem;padding-right:1rem;}
label,
legend{font-weight: 700;}
.row-id{margin-top:2.25rem;}
.button.black{
background-color:$primary-color;
font-size:1rem;
margin-top:1.75rem;line-height:1.5rem;
}
.button.gray,{
background-color:rgb($black,0.15);float:left;
}
.background-gray{
background-color:$white;color:rgba($black,0.25);
}
select{height:auto;padding-top:0.5rem;padding-bottom:0.5rem;}
textarea{height:4.5rem;}
label.font-normal{line-height: 2.5rem;}
.callout.alert{border:solid 1px get-color("alert");color:get-color("alert");}
.counter::before{content:"#";}
}
#customer_information .button.gray{display:none;}