mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
styling
This commit is contained in:
parent
d57225a7a9
commit
186a11b4e8
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue