Skip to content

Commit

Permalink
Use bordered styles for coordinates-based event list only
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysteerio committed Dec 11, 2024
1 parent b9b00d3 commit f77e5ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions src/scss/06_components/paragraphs/_event-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ $tag-vertical-padding: 5px;
@include component-side-padding;
}

.component--react-search.component--coordinates-based-event-list {
background-color: $color-white;
}

// Use experimental card border styles for this paragraph.
.component--coordinates-based-event-list .card:not(.card--ghost) {
border: 2px solid $color-black-20;
}

.events-list__empty-subtext {
margin-bottom: $spacing-and-half;
}
Expand Down

0 comments on commit f77e5ff

Please sign in to comment.