mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-07 13:25:24 +01:00
65 lines
1.1 KiB
SCSS
65 lines
1.1 KiB
SCSS
|
// ZOOM FUNC
|
||
|
.maputnik-make-zoom-function {
|
||
|
background-color: transparent;
|
||
|
display: inline-block;
|
||
|
padding-bottom: 0px;
|
||
|
padding-top: 0px;
|
||
|
vertical-align: middle;
|
||
|
@extend .maputnik-icon-button;
|
||
|
}
|
||
|
|
||
|
// ZOOM PROPERTY
|
||
|
.maputnik-zoom-spec-property {
|
||
|
@extend .clearfix;
|
||
|
}
|
||
|
|
||
|
.maputnik-zoom-spec-property-label {
|
||
|
display: inline-block;
|
||
|
width: 41%;
|
||
|
}
|
||
|
|
||
|
.maputnik-zoom-spec-property-stop-item {
|
||
|
margin-bottom: $margin-2;
|
||
|
margin-top: $margin-2;
|
||
|
}
|
||
|
|
||
|
.maputnik-zoom-spec-property-stop-edit {
|
||
|
display: inline-block;
|
||
|
vertical-align: top;
|
||
|
width: 16%;
|
||
|
margin-right: 3%;
|
||
|
> * {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.maputnik-zoom-spec-property-stop-value {
|
||
|
display: inline-block;
|
||
|
width: 81%;
|
||
|
> * {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.maputnik-delete-stop {
|
||
|
@extend .maputnik-icon-button;
|
||
|
vertical-align: top;
|
||
|
|
||
|
.maputnik-doc-wrapper {
|
||
|
width: auto;
|
||
|
}
|
||
|
.maputnik-doc-target {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.maputnik-add-stop {
|
||
|
display: inline-block;
|
||
|
float: right;
|
||
|
margin-right: $margin-3;
|
||
|
}
|
||
|
|
||
|
.maputnik-zoom-spec-property .maputnik-input-block:not(:first-child) .maputnik-input-block-label {
|
||
|
visibility: hidden;
|
||
|
}
|