Skip to content

Commit f408719

Browse files
save file
1 parent 233fed2 commit f408719

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

html-components/list/css/component.css

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,31 @@
4848
{flex:1;max-width:200px}
4949

5050

51-
51+
52+
:root
53+
{--blue:#39f;
54+
}
55+
56+
h2
57+
{border-bottom:3px solid #d1d9e0 !important}
58+
59+
hr
60+
{height:1px !important}
61+
62+
.api-function
63+
{}
64+
.api-function-title
65+
{color:var(--blue)}
66+
.api-function-desc
67+
{padding-left:50px}
68+
.api-function h4
69+
{}
70+
71+
5272
.red { color: #e33; }
5373
.green { color: #3a3; }
5474
.blue { color: #39f; }
5575
.warning { color: orange; font-weight: bold; }
5676
.note { color: #666; font-style: italic; }
57-
77+
78+

0 commit comments

Comments
 (0)