mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
36 lines
601 B
SCSS
36 lines
601 B
SCSS
@import 'styles/mat-selectors';
|
|
|
|
.adf-search-container:has(.adf-input-form-field-divider) {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.adf-search-button {
|
|
left: -13px;
|
|
}
|
|
|
|
[dir='rtl'] .adf-search-button {
|
|
right: -13px;
|
|
}
|
|
|
|
[dir='ltr'] .adf-search-button {
|
|
left: -13px;
|
|
}
|
|
|
|
.adf {
|
|
&-search-fixed-text {
|
|
line-height: normal;
|
|
}
|
|
|
|
&-input-form-field-divider {
|
|
#{$mat-form-field-underline} {
|
|
background-color: var(--adf-theme-primary-50);
|
|
}
|
|
|
|
font-size: var(--theme-subheading-2-font-size);
|
|
}
|
|
}
|
|
|
|
.adf-highlight {
|
|
color: var(--adf-theme-primary-900);
|
|
}
|