Army sheet : added ability to drag n drop a cohort on a map

Cohort sheet : added ability to drag n drop an actor and some css
This commit is contained in:
Vlyan
2021-12-06 10:02:45 +01:00
parent ce60466557
commit b13242dafc
8 changed files with 174 additions and 24 deletions

View File

@@ -411,16 +411,29 @@
}
article {
&.attributes {
height: 10.5rem;
height: 7rem;
input[type="text"] {
width: 100%;
}
.actor-remove-control {
font-size: 12px;
}
.flx50 {
flex: 0 0 calc(50% - 0.5rem);
}
.flx100 {
flex: 0 0 calc(100% - 0.5rem);
}
.editor-content {
min-height: 8rem;
max-height: 14rem;
}
}
&.abilities {
align-self: stretch;
height: calc(100% - 8rem);
width: 100%;
box-sizing: content-box;
}
}
}