Style for Stance, dice difficulty, initiative

This commit is contained in:
Mandar
2021-01-17 01:07:00 +01:00
parent 7fbce1500c
commit d5b3a309b1
10 changed files with 247 additions and 394 deletions

View File

@@ -279,3 +279,15 @@ i.i_skill {
height: 1rem;
width: 1rem;
}
// Compendium
.compendium {
.item {
i {
font-family: $font-primary;
&:before {
font-family: $font-logoType;
}
}
}
}