Moved Honor/Glory/status in tooltip and some css fix

This commit is contained in:
Vlyan
2022-02-03 11:48:29 +01:00
parent 258c284c25
commit 330665e895
8 changed files with 49 additions and 24 deletions

View File

@@ -25,8 +25,11 @@
position: relative;
.attributes-buttons {
position: relative;
line-height: 13px;
text-align: center;
top: 0.3rem;
right: 1.2rem;
width: 12px;
}
strong {
@@ -44,6 +47,7 @@
background: transparent;
border: 0 none;
text-align: center;
margin: 0.3rem 1.6rem 0 1.5rem;
}
&:after {
@@ -60,6 +64,9 @@
}
&:nth-child(1) {
input {
margin: 0.3rem 1rem 0 1.5rem;
}
&:after {
transform: rotate(0deg);
}
@@ -72,6 +79,9 @@
}
&:nth-child(3) {
input {
margin: 0.3rem 1rem 0 1.5rem;
}
&:after {
transform: rotate(180deg);
}
@@ -93,7 +103,7 @@
}
}
.sheet-body {
height: calc(100% - 9.5rem);
height: calc(100% - 11.5rem);
.tab {
height: calc(100% - 3.5rem);
&.army {