mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-49015] - Removing and replacing mat-selectors
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
@use '../styles/mat-selectors' as ms;
|
|
||||||
|
|
||||||
:host {
|
:host {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -23,7 +21,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
#{ms.$mat-button} {
|
// Both action buttons are mat-button with ADF classes (no projected buttons here).
|
||||||
|
button {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
margin: -8px;
|
margin: -8px;
|
||||||
height: unset;
|
height: unset;
|
||||||
|
|||||||
+2
-1
@@ -18,7 +18,8 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-button} {
|
// All action buttons carry this ADF class (no projected buttons here).
|
||||||
|
.adf-start-process-button {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user