army sheet : some css pass

This commit is contained in:
Vlyan
2021-12-04 14:02:02 +01:00
parent c265e741b9
commit bdbe44f5b4
4 changed files with 134 additions and 78 deletions

View File

@@ -405,6 +405,39 @@
}
}
}
&.army-cohort {
.sheet-body {
height: calc(100% - 92px - 3.6rem);
}
article {
&.attributes {
height: 10.5rem;
input[type="text"] {
width: 100%;
}
.flx50 {
flex: 0 0 calc(50% - 0.5rem);
}
.flx100 {
flex: 0 0 calc(100% - 0.5rem);
}
}
}
}
&.army-fortification {
.sheet-body {
height: calc(100% - 92px);
}
article {
&.infos {
height: calc(100% - 4.5rem);
}
&.attributes {
height: 3.5rem;
}
}
}
.item-list {
> li {
.item-description {