mirror of https://github.com/bra1n/townsquare.git
styling
This commit is contained in:
parent
d57225a7a9
commit
186a11b4e8
|
@ -288,9 +288,11 @@ export default {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
filter: drop-shadow(0 0 3px black);
|
filter: drop-shadow(0 0 3px black);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
transition: opacity 250ms;
|
||||||
|
|
||||||
#townsquare.public & {
|
#townsquare.public & {
|
||||||
display: none;
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue