Update item for description

This commit is contained in:
Mandar
2020-12-24 17:48:06 +01:00
parent 0f1afcf740
commit 919657e1bc
15 changed files with 65 additions and 54 deletions

View File

@@ -3,7 +3,7 @@
min-width: 600px;
label {
&:hover {
text-shadow: 0 0 6px $orange;
text-shadow: 0 0 3px $red;
}
}
&.actor {
@@ -428,24 +428,6 @@
right: 0.25rem;
}
}
.quick-rules {
height: 0;
margin: 0;
padding: 0;
font-size: 0.75rem;
color: rgba(0, 0, 0, 0.75);
overflow: hidden;
border: 1px solid $l5r5e-title;
transition: height 0.25s ease-in;
}
&:hover {
.quick-rules {
height: 6rem;
padding: 0.25rem;
overflow-y: auto;
scrollbar-width: thin;
}
}
}
.stance-content,
.weapons-content {
@@ -495,7 +477,7 @@
li {
flex: 0 0 1rem;
&:hover {
color: $orange;
color: $red-light;
}
}
}