From 331ce4ad8ec2b9d598ff9b15ee46ea7a53de2c06 Mon Sep 17 00:00:00 2001 From: David Ichim Date: Tue, 11 Oct 2022 15:12:19 +0200 Subject: [PATCH] linting fixes --- src/less/listing-cards.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/less/listing-cards.less b/src/less/listing-cards.less index 111cf6a0..2d628bee 100644 --- a/src/less/listing-cards.less +++ b/src/less/listing-cards.less @@ -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;