This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
.docs-component-viewer-tabbed-content ,
11
11
.docs-guide-content {
12
- h1 {
12
+ h1 {
13
13
color : md-color ($primary , 800 );
14
14
background : rgba (md-color ($foreground , secondary-text ), .03 );
15
15
}
39
39
color : md-color ($foreground , secondary-text );
40
40
background : rgba (md-color ($foreground , secondary-text ), .03 );
41
41
}
42
+
43
+ .docs-api-method-name-cell {
44
+ color : md-color ($primary , 800 );
45
+ }
42
46
}
43
47
}
Original file line number Diff line number Diff line change 23
23
font-size : 16px ;
24
24
}
25
25
26
- .md-tab-body-wrapper h2 {
27
- margin-top : 0px ;
28
- }
29
-
30
26
p {
31
27
font-size : 16px ;
32
28
line-height : 28px ;
36
32
text-decoration : none ;
37
33
}
38
34
35
+ .docs-api-input-marker ,
36
+ .docs-api-output-marker {
37
+ font-weight : 500 ;
38
+ padding-bottom :: 5px ;
39
+ }
40
+
41
+ .docs-api-method-name-cell {
42
+ font-weight : 500 ;
43
+ }
44
+
45
+ .docs-api-method-parameters-header-cell ,
46
+ .docs-api-method-returns-header-cell {
47
+ font-size : 14px ;
48
+ }
49
+
50
+ .md-tab-body-wrapper h2 {
51
+ margin-top : 0px ;
52
+ }
53
+
39
54
table {
40
55
border-collapse : collapse ;
41
56
border-radius : 2px ;
52
67
53
68
td {
54
69
font-weight : 400 ;
55
- padding : 8 px 30px ;
70
+ padding : 15 px 30px ;
56
71
57
72
p {
58
73
margin : 0 ;
65
80
padding : 13px 32px ;
66
81
text-align : left ;
67
82
}
83
+
68
84
}
69
85
}
You can’t perform that action at this time.
0 commit comments