mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-7531] - Search page (#9606)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import 'styles/mat-selectors';
|
||||
|
||||
.adf-dynamic-chip-list-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -72,6 +74,16 @@
|
||||
background-color: var(--theme-primary-color);
|
||||
height: auto;
|
||||
word-break: break-word;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
||||
#{$mat-evolution-chip-action} {
|
||||
padding: 2px 12px;
|
||||
|
||||
#{$mat-evolution-chip-text-label} {
|
||||
color: var(--adf-theme-foreground-text-color-054);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-dynamic-chip-list-delete-icon {
|
||||
|
@@ -108,3 +108,7 @@ $mdc-dialog: '.mdc-dialog';
|
||||
$mat-text-filed-input: '.mdc-text-field__input';
|
||||
$mat-floating-label-float-above: '.mdc-floating-label--float-above';
|
||||
$mat-floating-label--required: '.mdc-floating-label--required';
|
||||
$mat-evolution-chip: '.mdc-evolution-chip';
|
||||
$mat-standard-chip: '.mat-mdc-standard-chip';
|
||||
$mat-evolution-chip-action: '.mdc-evolution-chip__action';
|
||||
$mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label'
|
||||
|
Reference in New Issue
Block a user