icingadb-web/public/css/item/icon-image.less
2025-03-28 16:13:17 +01:00

37 lines
543 B
Text

.item-layout {
.icon-image {
width: 3em;
height: 3em;
text-align: center;
margin-top: .5em;
margin-right: .5em;
overflow: hidden;
img {
max-height: 100%;
max-width: 100%;
height: auto;
width: auto;
}
.icon, img {
vertical-align: baseline;
}
}
&.minimal-item-layout {
.icon-image {
height: 2em;
width: 2em;
line-height: 2;
}
}
&.header-item-layout .icon-image {
margin-top: 0;
img {
vertical-align: middle;
}
}
}