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;
|
||||
@@ -70,6 +72,26 @@
|
||||
.adf-dynamic-chip-list-chip {
|
||||
height: auto;
|
||||
word-break: break-word;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding: 6px 11px;
|
||||
|
||||
#{$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 {
|
||||
font-size: var(--theme-title-font-size);
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
fill: currentcolor;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
color: var(--theme-primary-color-default-contrast);
|
||||
}
|
||||
}
|
||||
|
@@ -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