mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-20 18:16:22 +00:00
fix: corregido details en application.scss
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
68b8aee1f2
commit
700e71ff97
1 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue