Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pequena alterção no codigo do arcodeon/arrow-top⚠⚠ #3

Open
Dinos-s opened this issue Jun 10, 2023 · 0 comments
Open

Pequena alterção no codigo do arcodeon/arrow-top⚠⚠ #3

Dinos-s opened this issue Jun 10, 2023 · 0 comments

Comments

@Dinos-s
Copy link

Dinos-s commented Jun 10, 2023

.acordeon .trigger::after {
content: '';
display: inline-block;
width: 1.5rem;
height: 1.5rem;
background-repeat: no-repeat;
background-size: contain;
background-image: url('../img/icons/arrow-top.svg');
/transform: rotate(180deg)/ --> iclua essa linha para que a seta fique na posição correta.
transition: .25s;
}

.acordeon.open .trigger::after {
transform: rotate(180deg); --> substitua por 0deg.
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant