mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-16 06:24:17 +01:00
Fix scss linter errors
This commit is contained in:
parent
e057fcaea1
commit
d731fb2cae
1 changed files with 6 additions and 1 deletions
|
@ -83,6 +83,7 @@
|
||||||
.maputnik-data-spec-block {
|
.maputnik-data-spec-block {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-data-spec-property {
|
.maputnik-data-spec-property {
|
||||||
.maputnik-input-block-label {
|
.maputnik-input-block-label {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
.maputnik-input-block-content {
|
.maputnik-input-block-content {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-data-spec-property-group {
|
.maputnik-data-spec-property-group {
|
||||||
margin-bottom: 3%;
|
margin-bottom: 3%;
|
||||||
|
|
||||||
|
@ -98,9 +100,11 @@
|
||||||
width: 25%;
|
width: 25%;
|
||||||
color: $color-lowgray;
|
color: $color-lowgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-doc-wrapper:hover {
|
.maputnik-doc-wrapper:hover {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-data-spec-property-input {
|
.maputnik-data-spec-property-input {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -123,6 +127,7 @@
|
||||||
width: 18%;
|
width: 18%;
|
||||||
margin-right: 3%;
|
margin-right: 3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-data-spec-property-stop-data {
|
.maputnik-data-spec-property-stop-data {
|
||||||
width: 78%;
|
width: 78%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue