Skip to content

Commit

Permalink
Update _accordion.scss
Browse files Browse the repository at this point in the history
Schöneres Akkordeon durch Verwenden unseres Farbschematas und übersichtlicherer gestaltung.
  • Loading branch information
dersimoezdag authored Dec 31, 2023
1 parent a7f5205 commit 8747232
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions sass/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@
font-size: 25px;
font-family: PTSans !important;

color: var(--wp--preset--color--white);
padding: var(--wp--preset--spacing--20);
background-color: var(--bs-primary);

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

&::after {

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

0 comments on commit 8747232

Please sign in to comment.