Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Oct 11, 2022
1 parent 1d80466 commit 331ce4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/less/listing-cards.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,33 +107,33 @@ each(range(5), {
--image-max-width: 350px;
}

.has--rounded--true[class*="listing"] {
.has--rounded--true[class*='listing'] {
--image-width: 176px !important;
--image-height: 176px !important;
--border-radius: 50%;
}

.has--theme--primary[class*="listing"] {
.has--theme--primary[class*='listing'] {
--text-color: var(--text-color--primary, #fff);
--bg-color: var(--background-color, @primaryColor);
}

.has--theme--secondary[class*="listing"] {
.has--theme--secondary[class*='listing'] {
--text-color: var(--text-color--secondary, #fff);
--bg-color: var(--background-color, @secondaryColor);
}

.has--theme--tertiary[class*="listing"] {
.has--theme--tertiary[class*='listing'] {
--text-color: var(--text-color--tertiary, #fff);
--bg-color: var(--background-color, @tertiaryColor);
}

.has--inverted--:not(.has--theme--)[class*="listing"] {
.has--inverted--:not(.has--theme--)[class*='listing'] {
--text-color: #fff;
--theme-padding: 32px 1.5rem;
}

.has--inverted--true[class*="listing"] {
.has--inverted--true[class*='listing'] {
--text-color--primary: @primaryColor;
--text-color--secondary: @secondaryColor;
--text-color--tertiary: @tertiaryColor;
Expand Down

0 comments on commit 331ce4a

Please sign in to comment.