[AAE-49015] - Removing and replacing mat-selectors

This commit is contained in:
VitoAlbano
2026-08-03 13:13:49 +01:00
parent 433fa182f8
commit 5c9916d562
13 changed files with 0 additions and 88 deletions
@@ -91,12 +91,6 @@
text-container-shape: 5px
)
);
& #{ms.$mat-button-label} {
width: 58px;
height: 20px;
font: var(--mat-sys-body-large);
}
}
}
}
@@ -1,5 +1,3 @@
@use '../../../styles/mat-selectors' as ms;
.adf {
&-upload-widget-container {
margin-bottom: 15px;
@@ -25,10 +23,4 @@
&-upload-widget__reset {
margin-top: -2px;
}
&-upload-files-row {
#{ms.$mat-line} {
margin-bottom: 0;
}
}
}
@@ -8,7 +8,6 @@ $mat-tab-label-text: '.mdc-tab__text-label';
$mat-form-field-wrapper: '.mat-mdc-text-field-wrapper';
$mat-button: '.mat-mdc-button';
$mat-button-label: '.mdc-button__label';
$mat-line: '.mat-line';
$mat-form-field: '.mat-mdc-form-field';
$mat-select-arrow-wrapper: '.mat-mdc-select-arrow-wrapper';
$mat-dialog-surface: '.mat-mdc-dialog-surface';