/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/scss/import/blocks/_block__modals.scss (1609B)
.modal {
label {
font-weight: bold;
display: block;
}
.input,
.form-group {
input,
select,
textarea.form-control,
.select2-container--default .select2-selection {
background: #f8f9fb;
border: 1px solid #f4f4f4;
border-radius: 0;
height: 48px;
&.select2-selection--multiple {
display: flex;
height: auto;
min-height: 48px;
ul {
margin-bottom: 0;
}
}
}
.select2-container {
width: 100% !important;
}
.select2-container--disabled {
opacity: 0.5;
}
.select2-container--default .select2-selection {
min-width: 100%;
width: 100%;
}
select {
height: auto;
min-height: 48px;
}
textarea.form-control {
height: 200px;
}
&.textarea {
label {
margin-top: 15px;
}
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 50%;
transform: translateY(-50%);
}
.select2-container--open .select2-selection {
border-color: #aaa;
}
.help-block {
min-width: 100%;
flex: 1 1 100%;
}
}
}