37 lines
565 B
SCSS
37 lines
565 B
SCSS
.spotlight-row {
|
|
width: 300px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 40px;
|
|
text-align: left;
|
|
font-size: 13px;
|
|
border: none;
|
|
outline: none;
|
|
color: var(--iqser-accent);
|
|
background-color: var(--iqser-white);
|
|
}
|
|
|
|
.highlight {
|
|
border-radius: 4px;
|
|
background-color: var(--iqser-grey-2);
|
|
}
|
|
|
|
.wrapper {
|
|
width: 300px;
|
|
}
|
|
|
|
::ng-deep.search-menu .mat-menu-content {
|
|
padding: 8px !important;
|
|
}
|
|
|
|
button {
|
|
padding: 0;
|
|
}
|
|
|
|
mat-icon {
|
|
margin-left: 13px;
|
|
margin-right: 8px;
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|