Skip to content

Commit 9bfc402

Browse files
committed
Add new .panel-list-group SASS styles
This style is used to render panels with a list-group-item.
1 parent 6833e2f commit 9bfc402

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

_sass/_dd-custom-styles.scss

+19
Original file line numberDiff line numberDiff line change
@@ -928,3 +928,22 @@ a {
928928
#cookie-consent--opt-out-text {
929929
display: none;
930930
}
931+
932+
.panel-list-group {
933+
934+
.list-group-item {
935+
margin: 0;
936+
margin-bottom: $line-height-computed;
937+
padding: 0;
938+
border-color: $brand-primary;
939+
940+
}
941+
942+
.panel {
943+
margin: 0;
944+
padding: 0;
945+
border-bottom-left-radius: 0;
946+
border-bottom-right-radius: 0;
947+
}
948+
949+
}

0 commit comments

Comments
 (0)