Skip to content

Commit fd1db8a

Browse files
Updating AGX-5147 to re-add styling and fix file hierachy issue (#322)
1 parent 08a285d commit fd1db8a

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

assets/css/main.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,29 @@ body {
168168
margin-right: 20px;
169169
}
170170

171+
.collapseListH2 {
172+
/* margin-left: 10px;
173+
margin-right: 10px; */
174+
font-size: 20px;
175+
font-weight: bold;
176+
padding: 16px 0px;
177+
}
178+
179+
.collapseListH2 .collapseSubhead {
180+
display: block;
181+
margin-top: 12px;
182+
font-weight: 400;
183+
font-size: 14px;
184+
line-height: 1.4;
185+
/* color: #6b7280; */
186+
}
187+
188+
/* Guarantee sub-header is on its own line and respects caret space */
189+
summary .collapseSubhead {
190+
display: block;
191+
padding-right: 32px; /* mirror summary padding-right to keep clear of caret */
192+
}
193+
171194
p {
172195
letter-spacing: 0.25px;
173196
padding: 10px 0px;

documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)