Skip to content

Commit

Permalink
feat(ui): add imageCards less file
Browse files Browse the repository at this point in the history
  • Loading branch information
RaneHyv committed Feb 16, 2024
1 parent 1bd9534 commit 0000038
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/theme/extras/custom.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
@import url('search.less');

@import url('blocks.less');
@import url('imageCards.less');
12 changes: 12 additions & 0 deletions frontend/theme/extras/imageCards.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
& {
.slider-wrapper {
.slider-slide {
.slide-body {
.slide-description,
.slide-description > p {
color: @theme-color-white;
}
}
}
}
}

0 comments on commit 0000038

Please sign in to comment.