feat(midsummer): flower-crown dots, frog on selected
This commit is contained in:
parent
da0cc79def
commit
e7b0f11bb1
1 changed files with 24 additions and 0 deletions
|
|
@ -82,3 +82,27 @@
|
||||||
@media (prefers-reduced-motion: reduce) {
|
@media (prefers-reduced-motion: reduce) {
|
||||||
.ms-maypole-ring { animation: none; }
|
.ms-maypole-ring { animation: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[data-midsummer] .ml-dot {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
:root[data-midsummer] .ml-dot::before {
|
||||||
|
content: '🌸';
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: -9px;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
font-size: 9px;
|
||||||
|
line-height: 1;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
:root[data-midsummer] .ml-dot.ml-dot-selected::after {
|
||||||
|
content: '🐸';
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
font-size: 15px;
|
||||||
|
line-height: 1;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue