ConceptCreator/src/app/side-overviews/item-overview/item-overview.component.scss
Sebastian Böckelmann db0455cd07
All checks were successful
E2E Testing / test (push) Successful in 1m32s
Prettier Visualization of Itemgroups
2024-05-05 18:22:49 +02:00

42 lines
655 B
SCSS

.mat-tree-node {
min-height: 1.8em !important;
height: 1.8em;
}
.small-icon-button {
width: 26px !important;
height: 26px !important;
padding: 0px !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2px;
& > *[role=img] {
width: 18px;
height: 18px;
font-size: 18px;
svg {
width: 18px;
height: 18px;
}
}
.mat-mdc-button-touch-target {
width: 22px !important;
height: 22px !important;
}
}
.small-icon-button mat-icon {
color: whitesmoke;
}
.selected-node {
background-color: #545456
}