#43 : Initiative sur token

This commit is contained in:
2020-12-05 00:37:10 +01:00
parent cf1156f525
commit 8a0213bdc2
2 changed files with 32 additions and 8 deletions

View File

@ -630,6 +630,29 @@ ul, li {
margin-left: 4px;
}
/* ======================================== */
.tokenhudext {
display: flex;
flex: 0 !important;
font-family: CaslonPro;
font-weight: 600;
}
.tokenhudext.right {
justify-content: flex-start;
}
.control-icon.tokenhudicon {
width: fit-content;
min-width: 42px;
flex-basis: auto;
padding: 0 8px;
margin: 8px 0px;
}
.control-icon.tokenhudicon.right {
margin-left: 8px;
}
.hud-text-small {
font-size: 0.75rem;
}
/* ======================================== */
.item-checkbox {
height: 25px;