Files
vermine2047/scss/item-sheet.scss
T
rwanoux 2af7b06f9a style
2024-11-22 10:52:25 +01:00

76 lines
1.4 KiB
SCSS

.sheet.item.vermine2047 {
.window-content {
padding: 0 1rem;
.flexrow {
align-items: center;
}
header,
h1,
h2,
h3,
h4,
h5 {
background: 50% 50%/cover no-repeat url(/systems/vermine2047/assets/images/ui/scotch.webp);
text-transform: uppercase;
font-family: "DistressBlack";
margin-top: 1rem;
border-bottom: none;
}
h2,
h3,
h4 {
text-align: center;
}
h5 {
margin-bottom: 0;
}
.resource {
border: none;
border-left: 1px solid gray;
padding: 0.2rem 1rem;
text-align: center;
.flexrow {
min-width: 5rem;
box-shadow: none;
}
}
.damages-row {
margin: 0;
.radios {
margin: 0;
padding: 0.5rem;
}
}
.damage-pannes,
.damage-state,
.damage-effect {
text-align: center;
font-family: "DistressBlack";
}
.traits {
box-shadow: 0px 5px 15px black;
h3 {
margin: 0
}
h4 {
margin: 0
}
}
}
}