5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-20 18:36:22 +00:00

fix: corregido details en application.scss
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jazzari 2024-02-15 16:15:57 -03:00
parent 68b8aee1f2
commit 700e71ff97

View file

@ -574,13 +574,14 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
bottom: 3%;
transform: rotate(60deg);
}
}
.details[open] {
&[open] {
& > summary {
&::after {
transform: rotate(90deg) translatey(-0.1em);
transform: rotate(90deg);
}
}
}
}