Skip to content

Commit

Permalink
change(listings): added listing styles from custom to product
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Sep 20, 2022
1 parent 59244d1 commit ab1a200
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/less/listing-cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,30 @@ each(range(5), {
}
}


// over specific due to blocks.less override
.u-item.listing-item {
a,
a p {
color: #3d5265;
}
}

.listing-item {
margin-bottom: 32px;
padding-bottom: 16px;
border-bottom: 1px solid #BCBEC0;

img {
margin-right: 25px;
max-width: 350px !important;
width: auto;
}

.listing-header {
margin-bottom: 8px;
}

// defaults in Volto
.slot-top {
display: flex;
Expand Down

0 comments on commit ab1a200

Please sign in to comment.