File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Elastic.Documentation.Site/Assets/markdown
Elastic.Markdown/Myst/Directives/AppliesSwitch Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 22 .applies-switch {
33 @apply relative mt-4 flex flex-wrap overflow-hidden;
44
5- .applicable-info {
6- @apply border-none bg-transparent;
7- }
8-
9- .applicable-name ,
10- .applicable-meta {
11- @apply text-sm!
12- }
13-
145 .applies-switch-label {
15- @apply text-ink-light border-grey-20 z-20 -mb-[1px ] flex cursor-pointer items-center border-1 px-6 py-2;
6+ @apply text-ink-light border-grey-20 z-20 -mb-[1px ] flex cursor-pointer items-center border-1 px-3 py-2;
167 & : not (: nth-of-type (1 )) {
178 margin-left : -1px ;
189 }
Original file line number Diff line number Diff line change 1111 {
1212 @if (Model .AppliesTo is not null )
1313 {
14- <span class =" applies applies-inline " >
14+ <span class =" applies applies-item " >
1515 @await RenderPartialAsync (ApplicableToComponent .Create (new ApplicableToViewModel
1616 {
1717 AppliesTo = Model .AppliesTo ,
You can’t perform that action at this time.
0 commit comments