File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Elastic.Documentation.Site/Assets/markdown Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11@layer components {
22 .markdown-content {
33 kbd .kbd {
4- @apply relative bg-grey-20 text-grey-100 border-grey-50 shadow-grey-50 top-[-2px ] inline-flex items-center min-w-[18px ] cursor-default gap-1.5 rounded-sm border px-1.5 pt-[3px ] pb-[2px ] text-center align-middle font-mono text-sm leading-none capitalize shadow-[0_2px _0_1px ];
4+ @apply bg-grey-20 text-grey-100 border-grey-50 shadow-grey-50 relative top-[-2px ] inline-flex min-w-[18px ] cursor-default items-center gap-1.5 rounded-sm border px-1.5 pt-[3px ] pb-[2px ] text-center align-middle font-mono text-sm leading-none capitalize shadow-[0_2px _0_1px ];
55 }
6-
6+
77 kbd .kbd .kbd-separator {
8- @apply bg-grey-100 inline-block mx-1 self-stretch;
8+ @apply bg-grey-100 mx-1 inline-block self-stretch;
99 width : 1px ;
1010 /*height: .8em;*/
1111 transform : translateY (-1px ) rotate (30deg );
1212 }
13-
13+
1414 kbd .kbd .kbd-space {
1515 @apply w-0;
1616 }
You can’t perform that action at this time.
0 commit comments