mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
19 lines
384 B
Text
19 lines
384 B
Text
.combat-sidebar {
|
|
.spotlight-control {
|
|
font-size: 26px;
|
|
|
|
&:focus {
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
&.discrete:hover {
|
|
background: inherit;
|
|
}
|
|
|
|
&.requesting {
|
|
filter: drop-shadow(0 0 3px gold);
|
|
color: var(--button-hover-text-color);
|
|
}
|
|
}
|
|
}
|