Added property values to docs

This commit is contained in:
orangemug
2020-01-24 09:04:32 +00:00
parent 62f3cbe8fb
commit b31537e063
2 changed files with 30 additions and 6 deletions

View File

@@ -194,13 +194,13 @@
overflow: hidden;
}
.sdk-support {
.SpecDoc__sdk-support {
position: relative;
max-width: 100%;
overflow-x: auto;
}
.sdk-support__table {
.SpecDoc__sdk-support__table {
width: 100%;
margin-top: $margin-3;
@@ -210,3 +210,13 @@
white-space: nowrap;
}
}
.SpecDoc__values li {
margin-top: $margin-3;
}
.SpecDoc__values code {
background: $color-midgray;
padding: 0.1em 0.3em;
border-radius: 2px;
}