AAE-34493 Improved internal mat-selectors (#10829)

This commit is contained in:
Denys Vuika
2025-04-28 11:17:36 -04:00
committed by GitHub
parent dc35ef8a6f
commit b1113c51a7
104 changed files with 1131 additions and 544 deletions
@@ -1,4 +1,4 @@
@import 'styles/mat-selectors';
@use '../mat-selectors.scss' as ms;
.adf-new-version-radio-group {
display: inline-flex;
@@ -26,11 +26,11 @@
width: 100%;
float: right;
#{$mat-floating-label} {
#{ms.$mat-floating-label} {
padding-bottom: 10px;
}
#{$mat-form-field-infix} {
#{ms.$mat-form-field-infix} {
padding-top: 12px;
padding-bottom: 0;
}