Added a drop icon on army and cohort sheet for actor

This commit is contained in:
Vlyan
2021-12-11 13:29:53 +01:00
parent 93a174e84a
commit 5e624b9e02
5 changed files with 11 additions and 8 deletions

View File

@@ -92,6 +92,10 @@
.commander {
display: flex;
.fa-sign-in-alt {
transform: rotate(90deg);
}
fieldset {
margin-top: 0.25rem;
margin-bottom: 0.25rem;

View File

@@ -410,6 +410,9 @@
height: calc(100% - 92px - 3.6rem);
}
article {
.fa-sign-in-alt {
transform: rotate(90deg);
}
&.attributes {
height: 7rem;
input[type="text"] {