Redesigned combat tab

This commit is contained in:
Ender
2024-01-14 15:54:42 +01:00
parent bb79bd0608
commit 6e4e3acc41
5 changed files with 154 additions and 90 deletions
+10
View File
@@ -23,6 +23,11 @@
flex-wrap: wrap;
}
.flexcolumn-3 {
flex: 33%;
flex-wrap: wrap;
}
.flexcolumn-4 {
flex: 25%;
flex-wrap: wrap;
@@ -167,6 +172,11 @@
text-align: left;
font-weight: bold;
}
&.highlight {
font-weight: bold;
font-style: italic;
}
}
.table-icon {