taf/styles/Apps/GenericItemSheet.css

18 lines
276 B
CSS

.taf.GenericItemSheet {
.bordered {
border-radius: 8px;
border: 1px solid rebeccapurple;
}
.sheet-header {
display: grid;
grid-template-columns: auto 1fr min-content 75px;
gap: 4px;
align-items: center;
padding: 4px;
img {
border-radius: 4px;
}
}
}