Add "data-based" command doc framework basics

This commit is contained in:
Ske 2020-06-10 23:19:43 +02:00
parent cca287d3e3
commit 321f4d7d25
10 changed files with 166 additions and 5 deletions

View file

@ -21,9 +21,15 @@
}
.command-argument {
font-size: $exampleFontSize;
font-family: $exampleFontFamily;
color: $exampleTextColor;
padding: 0 0.5rem;
background-color: lighten($exampleBgColor, 15%);
border-radius: 4px;
line-height: 1.7;
}
.argument-details {