|
35 | 35 | }
|
36 | 36 |
|
37 | 37 | .openapi-description.openapi-markdown {
|
38 |
| - @apply prose-sm text-[15px]; |
| 38 | + @apply prose-sm text-[0.938rem]; |
39 | 39 | }
|
40 | 40 |
|
41 | 41 | .openapi-description.openapi-markdown code {
|
|
207 | 207 | }
|
208 | 208 |
|
209 | 209 | .openapi-schema-required {
|
210 |
| - @apply text-amber-600 text-[13px]; |
| 210 | + @apply text-amber-600 text-[0.813rem]; |
211 | 211 | }
|
212 | 212 |
|
213 | 213 | .openapi-schema-type {
|
214 |
| - @apply text-tint select-text text-[13px] font-mono; |
| 214 | + @apply text-tint select-text text-[0.813rem] font-mono [word-spacing:-0.25rem]; |
215 | 215 | }
|
216 | 216 |
|
217 | 217 | .openapi-schema-type:only-child {
|
|
338 | 338 | }
|
339 | 339 |
|
340 | 340 | .openapi-response-description.openapi-markdown {
|
341 |
| - @apply prose-sm text-[13px] h-auto relative leading-[18px] text-tint !font-normal truncate select-text prose-strong:font-semibold prose-strong:text-inherit; |
| 341 | + @apply prose-sm text-[0.813rem] h-auto relative leading-[1.125rem] text-tint !font-normal truncate select-text prose-strong:font-semibold prose-strong:text-inherit; |
342 | 342 | }
|
343 | 343 |
|
344 | 344 | .openapi-response-description.openapi-markdown::-webkit-scrollbar {
|
|
398 | 398 | }
|
399 | 399 |
|
400 | 400 | .openapi-path .openapi-method {
|
401 |
| - @apply text-[13px] m-0 px-1; |
| 401 | + @apply text-[0.813rem] m-0 px-1; |
402 | 402 | }
|
403 | 403 |
|
404 | 404 | .openapi-path-title {
|
|
504 | 504 | }
|
505 | 505 |
|
506 | 506 | .openapi-tabs-tab {
|
507 |
| - @apply hover:bg-primary-hover font-mono font-normal tabular-nums hover:text-primary cursor-pointer transition-all relative text-[13px] text-tint px-1 border border-transparent rounded; |
| 507 | + @apply hover:bg-primary-hover font-mono font-normal tabular-nums hover:text-primary cursor-pointer transition-all relative text-[0.813rem] text-tint px-1 border border-transparent rounded; |
508 | 508 | }
|
509 | 509 |
|
510 | 510 | .openapi-tabs-tab[aria-selected='true'] {
|
|
516 | 516 | }
|
517 | 517 |
|
518 | 518 | .openapi-tabs-footer {
|
519 |
| - @apply px-3 py-2 pt-2.5 border-t border-tint-subtle text-[13px] text-tint; |
| 519 | + @apply px-3 py-2 pt-2.5 border-t border-tint-subtle text-[0.813rem] text-tint; |
520 | 520 | }
|
521 | 521 |
|
522 | 522 | /* Disclosure group */
|
|
576 | 576 |
|
577 | 577 | /* Disclosure */
|
578 | 578 | .openapi-disclosure-trigger {
|
579 |
| - @apply transition-all duration-300 hover:text-tint-strong rounded-2xl border border-tint-subtle px-2.5 py-1 text-[13px] text-tint flex flex-row items-center gap-1.5 -outline-offset-1; |
| 579 | + @apply transition-all duration-300 hover:text-tint-strong rounded-2xl border border-tint-subtle px-2.5 py-1 text-[0.813rem] text-tint flex flex-row items-center gap-1.5 -outline-offset-1; |
580 | 580 | }
|
581 | 581 |
|
582 | 582 | .openapi-disclosure svg {
|
|
0 commit comments