mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [AAE-6823] Customize font * [AAE-6823] Update css variables names * [AAE-6823] Cleaning * [AAE-6823] Update css variables names * [AAE-6823] Fix lint error
38 lines
677 B
SCSS
38 lines
677 B
SCSS
.adf-search-container {
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.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-search-input-bg-color);
|
|
|
|
.mat-form-field-ripple {
|
|
background-color: var(--adf-search-input-bg-color);
|
|
}
|
|
}
|
|
|
|
font-size: var(--theme-subheading-2-font-size);
|
|
}
|
|
}
|
|
|
|
.adf-highlight {
|
|
color: var(--adf-search-input-highlight-color);
|
|
}
|