|
1 | | - |
2 | 1 | .api-url-listing { |
3 | 2 | @apply mt-4; |
4 | 3 | margin-left: 0 !important; |
|
32 | 31 | list-style-type: none; |
33 | 32 | margin-left: 0; |
34 | 33 | a { |
35 | | - @apply no-underline w-full p-4 pl-4 pr-4 inline-block text-grey-80; |
36 | | - @apply border rounded-sm border-grey-20 bg-grey-10; |
| 34 | + @apply text-grey-80 inline-block w-full p-4 pr-4 pl-4 no-underline; |
| 35 | + @apply border-grey-20 bg-grey-10 rounded-sm border; |
37 | 36 | } |
38 | 37 | a.current { |
39 | | - @apply border-grey-30 bg-white p-4 text-grey-120; |
| 38 | + @apply border-grey-30 text-grey-120 bg-white p-4; |
40 | 39 | font-weight: bold; |
41 | 40 | } |
42 | 41 | a:hover { |
43 | | - @apply border-grey-30 bg-white text-grey-120; |
| 42 | + @apply border-grey-30 text-grey-120 bg-white; |
44 | 43 | font-weight: bold; |
45 | 44 | } |
46 | 45 | } |
47 | 46 | li:only-child { |
48 | 47 | a.current { |
49 | | - @apply border rounded-sm border-grey-20 bg-white; |
| 48 | + @apply border-grey-20 rounded-sm border bg-white; |
50 | 49 | } |
51 | 50 | a.current:hover { |
52 | 51 | @apply border-grey-20 bg-white; |
53 | 52 | } |
54 | | - |
55 | 53 | } |
56 | 54 | .api-method { |
57 | | - @apply border rounded-sm; |
| 55 | + @apply rounded-sm border; |
58 | 56 | padding-left: var(--spacing); |
59 | 57 | padding-right: var(--spacing); |
60 | | - font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace); |
61 | | - font-feature-settings: var(--default-mono-font-feature-settings, normal); |
62 | | - font-variation-settings: var(--default-mono-font-variation-settings, normal); |
| 58 | + font-family: var( |
| 59 | + --default-mono-font-family, |
| 60 | + ui-monospace, |
| 61 | + SFMono-Regular, |
| 62 | + Menlo, |
| 63 | + Monaco, |
| 64 | + Consolas, |
| 65 | + 'Liberation Mono', |
| 66 | + 'Courier New', |
| 67 | + monospace |
| 68 | + ); |
| 69 | + font-feature-settings: var( |
| 70 | + --default-mono-font-feature-settings, |
| 71 | + normal |
| 72 | + ); |
| 73 | + font-variation-settings: var( |
| 74 | + --default-mono-font-variation-settings, |
| 75 | + normal |
| 76 | + ); |
63 | 77 | font-size: 0.8em; |
64 | 78 | display: inline-block; |
65 | 79 | font-weight: bold; |
|
80 | 94 | margin-left: calc(var(--spacing) * 2); |
81 | 95 | display: inline-block; |
82 | 96 | } |
83 | | - .api-url-list-item |
84 | | - { |
| 97 | + .api-url-list-item { |
85 | 98 | @apply mt-4; |
86 | 99 | } |
87 | 100 | } |
88 | 101 | #elastic-api-v3 { |
89 | 102 | dt a { |
90 | 103 | @apply no-underline; |
91 | 104 | code { |
92 | | - @apply p-1 inline-block; |
| 105 | + @apply inline-block p-1; |
93 | 106 | } |
94 | 107 | } |
95 | 108 | h1 { |
|
0 commit comments