34 lines
456 B
SCSS
34 lines
456 B
SCSS
.entry {
|
|
display: inline-block;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.entry-item {
|
|
height: auto;
|
|
min-height: 48px;
|
|
}
|
|
|
|
.filter-container {
|
|
padding-left: 15px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
mat-form-field {
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
|
|
mat-chip mat-icon.mat-icon-inline {
|
|
margin-top: -12px;
|
|
margin-right: -2px;
|
|
}
|
|
|
|
.mat-option .mat-icon {
|
|
margin-right: -2px;
|
|
}
|
|
|
|
ui-tagspicker {
|
|
display: inline-block;
|
|
} |