Updated stylelint and fixed scss for 'stylelint-config-recommended-scss'

This commit is contained in:
orangemug
2018-04-17 14:55:13 +01:00
parent 52821cd1df
commit d0ca732fe7
5 changed files with 1577 additions and 728 deletions
+6 -9
View File
@@ -64,10 +64,6 @@
margin-right: $margin-3;
}
.maputnik-zoom-spec-property .maputnik-input-block:not(:first-child) .maputnik-input-block-label {
visibility: hidden;
}
// DATA FUNC
.maputnik-make-data-function {
background-color: transparent;
@@ -79,16 +75,15 @@
@extend .maputnik-icon-button;
}
// DATA PROPERTY
.maputnik-data-spec-block {
overflow: auto;
}
.maputnik-data-spec-property {
.maputnik-input-block-label {
width: 30%;
}
.maputnik-input-block:not(:first-child) .maputnik-input-block-label {
visibility: hidden;
}
.maputnik-input-block-content {
width: 70%;
}
@@ -117,6 +112,8 @@
}
.maputnik-data-spec-block {
overflow: auto;
.maputnik-data-spec-property-stop-edit,
.maputnik-data-spec-property-stop-data {
display: inline-block;