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

This commit is contained in:
VitoAlbano
2026-08-03 13:13:50 +01:00
parent d1bacbec2e
commit ccdc7f7f09
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,3 @@
@use '../styles/mat-selectors' as ms;
:host {
display: flex;
align-items: center;
@@ -23,7 +21,8 @@
display: flex;
flex-direction: row;
#{ms.$mat-button} {
// Both action buttons are mat-button with ADF classes (no projected buttons here).
button {
min-width: 0;
margin: -8px;
height: unset;
@@ -18,7 +18,8 @@
text-align: right;
}
#{ms.$mat-button} {
// All action buttons carry this ADF class (no projected buttons here).
.adf-start-process-button {
width: auto;
padding: 0 16px;
margin: 0 8px;