Skip to content

Commit fa30512

Browse files
committed
Run prettier
1 parent bd2d7fa commit fa30512

File tree

1 file changed

+4
-4
lines changed
  • src/Elastic.Documentation.Site/Assets/markdown

1 file changed

+4
-4
lines changed

src/Elastic.Documentation.Site/Assets/markdown/kbd.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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
}

0 commit comments

Comments
 (0)