Skip to content

Commit

Permalink
Move reset to class using it
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Apr 3, 2024
1 parent 6d205dc commit ff9032f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
margin-block: 0;
}

@mixin reset-details {
margin-inline: 0;
}

.ams-description-list {
color: var(--ams-description-list-color);
display: grid;
Expand Down Expand Up @@ -42,6 +38,10 @@
}
}

@mixin reset-details {
margin-inline: 0;
}

.ams-description-list__details {
font-weight: var(--ams-description-list-details-font-weight);
padding-inline-start: var(--ams-description-list-details-padding-inline-start);
Expand Down

0 comments on commit ff9032f

Please sign in to comment.