2017-01-11 13:34:38 +01:00
|
|
|
// ZOOM FUNC
|
|
|
|
.maputnik-make-zoom-function {
|
|
|
|
background-color: transparent;
|
|
|
|
display: inline-block;
|
2017-01-12 11:23:06 +01:00
|
|
|
padding-bottom: 0;
|
|
|
|
padding-top: 0;
|
2017-01-11 13:34:38 +01:00
|
|
|
vertical-align: middle;
|
2017-01-12 11:23:06 +01:00
|
|
|
|
2017-01-11 13:34:38 +01:00
|
|
|
@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%;
|
2017-01-12 11:23:06 +01:00
|
|
|
|
2017-01-11 13:34:38 +01:00
|
|
|
> * {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.maputnik-zoom-spec-property-stop-value {
|
|
|
|
display: inline-block;
|
|
|
|
width: 81%;
|
2017-01-12 11:23:06 +01:00
|
|
|
|
2017-01-11 13:34:38 +01:00
|
|
|
> * {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.maputnik-delete-stop {
|
|
|
|
@extend .maputnik-icon-button;
|
2017-01-12 11:23:06 +01:00
|
|
|
|
2017-01-11 13:34:38 +01:00
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
.maputnik-doc-wrapper {
|
|
|
|
width: auto;
|
|
|
|
}
|
2017-01-12 11:23:06 +01:00
|
|
|
|
2017-01-11 13:34:38 +01:00
|
|
|
.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;
|
|
|
|
}
|