Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Sep 26, 2022
1 parent b1c78d0 commit c7202f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/less/listing-cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ each(range(5), {
border-bottom: 1px solid #bcbec0;
margin-bottom: 32px;


.slot-head,
.listing-header {
margin-bottom: 8px;
Expand Down Expand Up @@ -143,16 +142,17 @@ each(range(5), {
}

.listing {
background-color: var(--bg-color, #fff);
color: var(--text-color, @tertiaryColor);
background-color: var(--bg-color, #FFF);
}

.image.left {
margin-right: 24px;
}

.image.right {
margin-left: 24px;
margin-right: 0;
margin-left: 24px;
}

.u-item.listing-item {
Expand Down

0 comments on commit c7202f4

Please sign in to comment.