Improvement/AAE-19176-reapply-selector-changes (#9424)

* AAE-19510 remove selector variable

* AAE-19510 poc for card view using variable selectors

* AAE-19176 rename mat selectors file

* AAE-19176 add missing style imports

* AAE-19176 remove remaining mat selectors

* AAE-19176 replaced todo material selectors with variables

* AAE-19176 changes made in meantime

* AAE-19176 conflict fixes
This commit is contained in:
Wojciech Duda
2024-03-12 14:16:17 +01:00
committed by VitoAlbano
parent 061db71ace
commit a7e8e8a091
57 changed files with 366 additions and 235 deletions

View File

@@ -17,4 +17,4 @@
<ng-template #desktop>
<ng-content></ng-content>
</ng-template>
</ng-template>

View File

@@ -1,3 +1,5 @@
@import 'styles/mat-selectors';
.adf-buttons-menu {
margin-right: 10px;
@@ -21,8 +23,7 @@
display: none;
}
/* stylelint-disable selector-class-pattern */
button > .mat-icon {
button > #{$material-icons} {
color: black;
margin: 0 10px;
}