Added a drop icon on army and cohort sheet for actor
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
.commander {
|
||||
display: flex;
|
||||
|
||||
.fa-sign-in-alt {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
fieldset {
|
||||
margin-top: 0.25rem;
|
||||
margin-bottom: 0.25rem;
|
||||
|
||||
@@ -410,6 +410,9 @@
|
||||
height: calc(100% - 92px - 3.6rem);
|
||||
}
|
||||
article {
|
||||
.fa-sign-in-alt {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
&.attributes {
|
||||
height: 7rem;
|
||||
input[type="text"] {
|
||||
|
||||
Reference in New Issue
Block a user