Skip to content

Commit 79ece48

Browse files
Raise size of dropdown titles (#2019)
* Raise size of dropdown titles * Prettify * Fix text-lg variable and use text-lg for dropdown title --------- Co-authored-by: Jan Calanog <[email protected]>
1 parent 26ef4f4 commit 79ece48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Elastic.Documentation.Site/Assets/markdown/dropdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
details.dropdown {
88
@apply border-grey-20 mt-4 block rounded-sm border-1 shadow-xs;
99
summary.dropdown-title {
10-
@apply text-ink-dark flex cursor-pointer items-stretch justify-between font-sans font-bold;
10+
@apply text-ink-dark flex cursor-pointer items-stretch justify-between font-sans text-lg font-bold;
1111
}
1212

1313
&[open] .dropdown-title {

src/Elastic.Documentation.Site/Assets/theme.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
--text-xs: 0.857rem; /* 12px */
181181
--text-sm: 1rem; /* 14px */
182182
--text-base: 1.143rem; /* 16px */
183+
--text-lg: 1.286rem; /* 18px */
183184
--text-xl: 1.429rem; /* 20px */
184185
--text-2xl: 1.714rem; /* 24px */
185186
--text-3xl: 2.143rem; /* 30px */

0 commit comments

Comments
 (0)