File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Elastic.Documentation.Site/Assets/markdown
Elastic.Markdown/Myst/Roles/Kbd Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11@layer components {
22 .markdown-content {
33 kbd .kbd {
4- @apply bg-grey-20 text-grey-100 border-grey-50 shadow-grey-50 relative top-[-2px ] inline-flex gap-1.5 min-w-[18px ] cursor-default 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 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 }
66 }
77}
Original file line number Diff line number Diff line change 44
55using System . Collections . Frozen ;
66using System . ComponentModel . DataAnnotations ;
7- using NetEscapades . EnumGenerators ;
87using System . Text ;
98using System . Web ;
9+ using NetEscapades . EnumGenerators ;
1010
1111namespace Elastic . Markdown . Myst . Roles . Kbd ;
1212
You can’t perform that action at this time.
0 commit comments