We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6833e2f commit 9bfc402Copy full SHA for 9bfc402
_sass/_dd-custom-styles.scss
@@ -928,3 +928,22 @@ a {
928
#cookie-consent--opt-out-text {
929
display: none;
930
}
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
944
945
+ border-bottom-left-radius: 0;
946
+ border-bottom-right-radius: 0;
947
948
949
+}
0 commit comments