Bartosz Sekuła e570ef8da0
[AAE-11496] Move 'content-plugin' to projects folder as 'aca-content' (#2817)
* [AAE-11496] Move content-plugin to projects

* Fix unit test
2022-12-20 18:15:34 +01:00

62 lines
941 B
SCSS

$top-margin: 12px;
.app-search-container {
margin-top: -$top-margin;
padding-top: 2px;
font-size: 16px;
padding-left: 15px;
box-sizing: border-box;
.mat-form-field {
font-size: 16px;
}
.mat-form-field-underline {
display: none;
}
.mat-form-field-label-wrapper {
cursor: text;
}
// fixes pointer event on FF
&.searchMenuTrigger .mat-form-field-label-wrapper {
pointer-events: auto;
}
.app-input-form-field {
letter-spacing: -0.7px;
width: calc(100% - 56px);
.mat-input-element {
letter-spacing: -0.7px;
}
}
.app-search-button.mat-icon-button {
top: -2px;
left: -8px;
.mat-icon {
font-size: 24px;
padding-right: 0;
}
}
}
.app-suffix-search-icon-wrapper {
height: 6px;
margin: 14px 1px;
float: left;
.mat-icon {
font-size: 24px;
cursor: pointer;
}
.app-clear-icon {
font-size: 18px;
margin: 3px;
}
}