mirror of https://github.com/bra1n/townsquare.git
linting fix
This commit is contained in:
parent
7ab4bcbc4d
commit
af0d944d45
|
@ -145,7 +145,11 @@ ul.tokens li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.active {
|
.button.active {
|
||||||
background: linear-gradient(to bottom, $townsfolk 0%, rgba(0, 0, 0, 0.7) 100%);
|
background: linear-gradient(
|
||||||
|
to bottom,
|
||||||
|
$townsfolk 0%,
|
||||||
|
rgba(0, 0, 0, 0.7) 100%
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#townsquare.spectator ul.tokens li.traveler {
|
#townsquare.spectator ul.tokens li.traveler {
|
||||||
|
|
Loading…
Reference in New Issue