Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dersimoezdag committed Jan 1, 2024
1 parent 80f38e4 commit d31da6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sass/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
background-color: var(--bs-primary);

&::before {
display: none !important;
display: none !important;
}

&::after {
content: ">";
padding-left: 1em;
font-weight: 700;
position:absolute;
right: var(--wp--preset--spacing--40);
color: var(--wp--preset--color--white);
content: ">";
padding-left: 1em;
font-weight: 700;
position: absolute;
right: var(--wp--preset--spacing--40);
color: var(--wp--preset--color--white);
}
}
}

0 comments on commit d31da6f

Please sign in to comment.