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

@@ -568,14 +568,31 @@ button {
h3 {
font-size: 0.85rem;
}
ul {
display: flex;
color: $l5r5e-white;
&.encounter {
border-right: 1px solid $l5r5e-white-light;
}
li {
flex: 1;
cursor: url("../assets/cursors/pointer.webp"), pointer;
}
}
.encounter {
i {
font-size: 23px;
vertical-align: middle;
&:hover {
text-shadow: 0 0 8px $red;
}
}
.active {
color: $l5r5e-maho;
&:hover {
text-shadow: none;
}
}
&-icon {