File tree Expand file tree Collapse file tree 1 file changed +13
-22
lines changed
src/Elastic.Documentation.Site/Assets/markdown Expand file tree Collapse file tree 1 file changed +13
-22
lines changed Original file line number Diff line number Diff line change 11@layer components {
22 .applies {
33 cursor : default;
4-
4+
55 @apply text-subdued;
66
77 [data-tippy-content ]: not ([data-tippy-content = '' ]) {
88 @apply cursor-help;
99 }
10-
10+
1111 .applicable-info {
12- @apply bg-white
13- border-[1px ]
14- inline-grid
15- grid-cols-[auto_1fr_auto]
16- border-grey-20
17- cursor-default
18- pt-1.5
19- pb-1.5
20- pl-3
21- pr-3
22- rounded-full
23- ;
12+ @apply border-grey-20 inline-grid cursor-default grid-cols-[auto_1fr_auto] rounded-full border-[1px ] bg-white pt-1.5 pr-3 pb-1.5 pl-3;
2413 }
25-
26- .applicable-name , .applicable-meta {
14+
15+ .applicable-name ,
16+ .applicable-meta {
2717 @apply text-xs text-nowrap;
2818 }
2919
3222 height : 100% ;
3323 background-color : var (--color-grey-20 );
3424 margin-left : calc (var (--spacing ) * 2 );
35- margin-right : calc (var (--spacing ) * 2 )
25+ margin-right : calc (var (--spacing ) * 2 );
3626 }
3727 }
38-
28+
3929 .applies .applies-block {
40- @apply border-b-grey-20 border-b-1 pb-4 flex flex-wrap gap-2;
30+ @apply border-b-grey-20 flex flex-wrap gap-2 border-b-1 pb-4 ;
4131 }
4232
4333 .applies .applies-inline {
4434 display : inline-block;
4535 vertical-align : bottom;
4636 .applicable-separator {
4737 margin-left : calc (var (--spacing ) * 1.5 );
48- margin-right : calc (var (--spacing ) * 1.5 )
38+ margin-right : calc (var (--spacing ) * 1.5 );
4939 }
5040 .applicable-info {
51- @apply pt-1 pb -1 pl -1.5 pr-1.5 rounded-sm ;
41+ @apply rounded-sm pt -1 pr -1.5 pb-1 pl-1.5 ;
5242 }
53- .applicable-name , .applicable-meta {
43+ .applicable-name ,
44+ .applicable-meta {
5445 font-size : 0.65em ;
5546 }
5647 }
You can’t perform that action at this time.
0 commit comments