Skip to content

Commit

Permalink
Display arrow on last child with class
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 21, 2023
1 parent 605dd74 commit 1c07e4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scss/modules/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
}

// btn blue circle arrow
:not(.btn-blue-circle-arrow) {
> .btn-blue-circle-arrow {
.btn-blue-circle-arrow {
> :not(.btn-blue-circle-arrow) {
background: url('../images/arrow-circle-blue.svg') no-repeat right center/40px;
color: $body-color;
display: inline-table;
Expand Down Expand Up @@ -92,8 +92,8 @@
}

// btn white circle arrow
:not(.btn-white-circle-arrow) {
> .btn-white-circle-arrow {
.btn-white-circle-arrow {
> :not(.btn-white-circle-arrow) {
background: url('../images/arrow-circle-blue.svg') no-repeat right center/40px;
color: $white;
display: inline-table;
Expand Down

0 comments on commit 1c07e4e

Please sign in to comment.