Re-org folders and enhance minor CSS stuff
This commit is contained in:
@@ -47,7 +47,7 @@ i.lethalfantasy {
|
||||
|
||||
.application.dialog.lethalfantasy {
|
||||
font-family: var(--font-primary);
|
||||
font-size: calc(var(--font-size-standard) * 1.0);
|
||||
font-size: calc(var(--font-size-standard) * 1);
|
||||
background-image: var(--background-image-base);
|
||||
button:hover {
|
||||
background: var(--color-dark-6);
|
||||
@@ -70,13 +70,13 @@ i.lethalfantasy {
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.combat-sidebar li.combatant .token-initiative .initiative{
|
||||
.combat-sidebar li.combatant .token-initiative .initiative {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
.combat-sidebar li.combatant .token-initiative {
|
||||
flex:none;
|
||||
flex: none;
|
||||
}
|
||||
.initiative-minus {
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user