We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f408719 commit dffb0abCopy full SHA for dffb0ab
1 file changed
html-components/list/css/component.css
@@ -54,10 +54,20 @@
54
}
55
56
h2
57
- {border-bottom:3px solid #d1d9e0 !important}
+ {border:none !important}
58
59
hr
60
{height:1px !important}
61
+
62
+ .hr-main
63
+ {/*border-bottom:3px solid #d1d9e0 !important*/
64
+ height:3px;background:#d1d9e0
65
+ }
66
67
+ .hr-sub
68
+ {/*border:1px solid #d1d9e0 !important*/
69
+ height:1px;background:#d1d9e0}
70
71
72
.api-function
73
{}
0 commit comments