army sheet : some css pass
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user