Update item for description
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user