mirror of
https://github.com/maputnik/editor.git
synced 2026-01-03 20:10:02 +00:00
Added property values to docs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user