Newer
Older

Alex ORLUC
committed
@import '../../../css/vars.scss';
.banner {
display: flex;
flex-direction: column;
margin-top: 30px;
border-radius: 20px;
border: solid 1px #ccc;
position: relative;
padding: 20px;
width: 100%;
.title {
white-space: pre;
overflow: hidden;
max-width: 85%;
text-overflow: ellipsis;
z-index: 1;
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
position: absolute;
top: -18px;
left: 20px;
padding: 0px;
margin: 0px;
color: $primary;
&-divider {
position: absolute;
width: 99%;
z-index: -1;
top: 17px;
background: white;
height: 1px;
}
small {
font-size: 50%;
padding-right: 10px;
}

Alex ORLUC
committed
}
.content {
font-size: 16px;
}
}
.fieldRow {
display: flex;
padding-top: 10px;
padding-bottom: 10px;
}
.fieldLabel {
color: #4A4A4A;
.cdk-drag-handle {
margin-right: 10px;
}

Alex ORLUC
committed
}
.fieldState {
padding-left: 10px;
padding-right: 10px;
width: 40px;
justify-content: center;

Alex ORLUC
committed
.fieldRequired {

Alex ORLUC
committed
font-size: 5px;
color: $primary;
}
.fieldError {
font-size: 15px;
color: $secondary;
}
.fieldFull {
font-size: 15px;
color: green;
}

Alex ORLUC
committed
}

Alex ORLUC
committed
.fieldInput {
position: relative;
}

Alex ORLUC
committed
.fieldLabel,
.fieldInput {
font-size: 13px;
@media (max-width: 768px) {
font-size: 1em;
}

Alex ORLUC
committed
flex: 1;
}
.fieldLabel,
.fieldInput,
.fieldState {
align-items: center;
display: flex;
}
.input-form {
font-size: 13px;

Alex ORLUC
committed
color: #666;
width: 500px;
.mat-input-element {
color: $primary;
padding-left: 20px;
}
input {
padding-left: 20px;
padding-right: 20px;
}
::ng-deep.mat-select-value-text {
padding-left: 20px;
color: $primary;
}
::ng-deep.mat-form-field-label {
top: 15px;

Alex ORLUC
committed
left: 20px;
}
::ng-deep.mat-form-field-infix {
display: flex;
padding-top: 0px;
padding-bottom: 5px;

Alex ORLUC
committed
}
::ng-deep.mat-form-field-label-wrapper {
top: -13px;
}

Alex ORLUC
committed
::ng-deep.mat-form-field-flex {
background: white;
height: 40px;

Alex ORLUC
committed
border: solid 1px $primary;
}
::ng-deep .mat-form-field-underline {
display: none;
}
::ng-deep.mat-form-field-suffix {
margin-right: 20px;
}
::ng-deep.mat-select-arrow-wrapper {
padding-right: 20px;
}
::ng-deep.mat-list-option {
color: rgba(0, 0, 0, 0.54);
}
::ng-deep.mat-form-field-wrapper {
padding: 0px;
}
/*textarea.cdk-textarea-autosize-measuring {

Alex ORLUC
committed
padding: 4px 0 !important;

Alex ORLUC
committed
::ng-deep.mat-datepicker-toggle-default-icon {
height: auto;
}
}
.input-form.search-select {
::ng-deep.mat-form-field-infix {
//padding-top: 4px;
::ng-deep.mat-form-field-label-wrapper {
top: -15px;
}
.input-form.input-date {
::ng-deep.mat-form-field-infix {
padding-top: 5px;
}
}
.input-form-filled {
color: white;
width: 500px;
transition: all 0.1s;
&:hover,
&[aria-expanded=true] {
::ng-deep.mat-form-field-flex {
background: white !important;
border: solid 1px white !important;
color: $primary !important;
transition: all 0.1s;
}
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
::ng-deep.mat-select-placeholder {
color: $primary !important;
}
::ng-deep.mat-form-field-label {
color: $primary !important;
}
::ng-deep.mat-select-arrow {
color: rgba($primary, 0.54);
}
}
.mat-input-element {
color: $primary;
padding-left: 20px;
}
input {
padding-left: 20px;
padding-right: 20px;
}
::ng-deep.mat-select-value {
text-align: left;
font-weight: normal;
}
::ng-deep.mat-select-value-text {
padding-left: 20px;
color: white;
}
::ng-deep.mat-form-field-label {
color: white;
left: 20px;
}
::ng-deep.mat-form-field-infix {
padding-bottom: 15px;
}
::ng-deep.mat-form-field-flex {
background: $primary;
border-radius: 30px;
border: solid 1px white;
}
::ng-deep .mat-form-field-underline {
display: none;
}
::ng-deep.mat-form-field-suffix {
margin-right: 20px;
}
::ng-deep.mat-select-arrow-wrapper {
padding-right: 20px;
}
::ng-deep.mat-select-arrow {
color: rgba(255, 255, 255, 0.54);
}
::ng-deep.mat-select-placeholder {
color: white;
}
::ng-deep.mat-list-option {
color: rgba(0, 0, 0, 0.54);
}
::ng-deep.mat-form-field-wrapper {
padding: 0px;
}
textarea.cdk-textarea-autosize-measuring {
padding: 4px 0 !important;
}
::ng-deep.mat-datepicker-toggle-default-icon {
height: auto;
}
}
.input-form.mat-form-field-disabled {
::ng-deep.mat-input-element {
cursor: not-allowed;
padding-left: 20px;
}
::ng-deep.mat-form-field-flex {
cursor: not-allowed;
border: dashed 1px rgb(53, 50, 50);
}
}
.opt-group {

Alex ORLUC
committed
.smallInput {
font-size: 11px;
padding-left: 20px;
padding-right: 20px;
::ng-deep.mat-form-field-infix {
padding-bottom: 5px;
}
}
background: white;
border: solid 1px $primary;
color: $primary;
border-radius: 30px;
padding-left: 20px;
padding-right: 20px;
width: 240px;
height: 45px;
@media (max-width: 768px) {
width: auto;
}
transition: all 0.1s;
&:hover,
&[aria-expanded=true] {
background: $primary !important;
border: solid 1px white !important;
color: white !important;
transition: all 0.1s;
}
::ng-deep.mat-button-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
.menu-label {
display: flex;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 10px;
}
.menu-icon {
display: flex;
}
}
}
.button-form-primary-filled {
background: $primary;
border: solid 1px white;
color: white;
border-radius: 30px;
padding-left: 20px;
padding-right: 20px;
width: 240px;
height: 45px;
@media (max-width: 768px) {
width: auto;
}
::ng-deep.mat-button-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
.menu-label {
display: flex;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 10px;
.menu-icon {
display: flex;
}
}
}
.button-form-primary-alt {
font-size: 13px;
@media (max-width: 768px) {
font-size: 1em;
}
background: $primary;
border: solid 1px white;
color: white;
border-radius: 30px;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
width: 240px;
transition: all 0.1s;
&:hover,
&[aria-expanded=true] {
background: white !important;
border: solid 1px white !important;
color: $primary !important;
transition: all 0.1s;
::ng-deep.mat-button-wrapper {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
.menu-label {
display: flex;
flex: 1;
}
.menu-icon {
display: flex;
}
}
}
.button-form-primary[aria-expanded=true] {
color: $primary;
background: white;
transition: all 0.1s;
border: solid 1px $primary;
/*border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;*/
}
.button-form {
background: white;
color: $primary;
border-radius: 30px;
padding: 5px;
padding-left: 20px;
padding-right: 20px;
width: 240px;
}
.button-form[aria-expanded=true] {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
::ng-deep.menuForm {
width: 240px;
border-radius: 30px;
border: solid 1px white;
.mat-menu-content {
padding-top: 0px;
padding-bottom: 0px;
.mat-menu-item {
transition: all 0.1s;
font-size: 13px;
@media (max-width: 768px) {
font-size: 1em;
}
color: #666;
}
.mat-menu-item:hover {
transition: all 0.1s;
color: white;
background: lighten($primary, 10%);

Alex ORLUC
committed
.div-list {
padding: 0px;
max-height: 150px;
overflow: auto;
.mat-list-item {
font-size: 13px;
@media (max-width: 768px) {
font-size: 1em;
}

Alex ORLUC
committed
}
}
.checkbox-form {
width: 100%;
padding: 0px;
border: solid 1px $primary;
border-radius: 30px;
overflow: hidden;
}
.checkbox-selected-list {
margin-top: 10px;
display: flex;
justify-content: center;
::ng-deep.mat-chip-list-wrapper {
justify-content: center;
}
.mat-chip {
font-size: 13px;
@media (max-width: 768px) {
font-size: 1em;
}

Alex ORLUC
committed
}
}
.radio-form {
display: grid;
grid-template-columns: repeat(2, 1fr);

Alex ORLUC
committed
width: 100%;
.mat-radio-button {
flex: 1;
::ng-deep.mat-radio-label-content {
font-weight: normal;
color: rgba(0, 0, 0, 0.54);
}
}
}
::ng-deep.mat-form-field-infix {
padding-top: 0px;
}
::ng-deep.mat-form-field-flex {
}
::ng-deep.mat-form-field-label {
top: 0px;
font-size: 12px;

Alex ORLUC
committed
.disabled {
opacity: 0.2;
}
.customFieldRow {
display: flex;
padding-top: 20px;
padding-bottom: 20px;
}
.customFieldDrag {

Alex ORLUC
committed
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
width: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.cdk-drag-animating {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drag-preview {
background: white;
box-sizing: border-box;
border-radius: 4px;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.indexingModelsCustomFieldsList.cdk-drop-list-dragging .indexingModelsCustomFieldsList:not(.cdk-drag-placeholder) {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.advancedInput {
flex-direction: column;
}
.noMandatory {
visibility: hidden;
}
.checkboxInput {
display: block;
}
.categoryLabel {
@media (max-width: 768px) {
font-size: 1em;
}
Guillaume Heurtier
committed
}
.textareaInput {
::ng-deep.mat-form-field {
line-height: normal;
}
.mat-input-element {
padding: 0px;
margin: 0px;
color: $primary;
}
::ng-deep.mat-form-field-flex {
padding-left: 20px;
height: auto !important;
min-height: 40px !important;
}
::ng-deep.mat-form-field-label {
left: 0px;
}
}