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

View File

@@ -3,24 +3,34 @@
}
.maputnik-filter-editor {
@extend .clearfix;
color: $color-lowgray;
}
.maputnik-filter-editor-property {
display: inline-block;
width: '22%';
width: 25%;
}
.maputnik-filter-editor-operator {
display: inline-block;
width: 19%;
margin-left: 2%;
display: inline-block;
width: 17%;
.maputnik-select {
width: 100%;
}
}
.maputnik-filter-editor-args {
display: inline-block;
width: 54%;
margin-left: 2%;
.maputnik-string,
.maputnik-number {
width: 100%;
}
}
.maputnik-filter-editor-compound-select {
@@ -40,10 +50,6 @@
color: $color-midgray;
}
.maputnik-filter-editor {
@extend .clearfix;
}
.maputnik-add-filter {
display: inline-block;
float: right;
@@ -57,9 +63,6 @@
.maputnik-filter-editor-block-action {
margin-top: $margin-2;
margin-bottom: $margin-2;
}
.maputnik-filter-editor-block-action {
display: inline-block;
width: 6%;
margin-right: 1.5%;
@@ -70,27 +73,3 @@
width: 92.5%;
}
.maputnik-filter-editor-property {
display: inline-block;
width: 25%;
}
.maputnik-filter-editor-operator {
display: inline-block;
width: 17%;
.maputnik-select {
width: 100%;
}
}
.maputnik-filter-editor-args {
display: inline-block;
width: 54%;
.maputnik-string,
.maputnik-number {
width: 100%;
}
}

View File

@@ -10,6 +10,7 @@
}
.maputnik-toolbar-logo {
flex: 0 0 170px;
width: 180px;
text-align: left;
background-color: $color-black;
@@ -67,10 +68,6 @@
margin-left: $margin-1;
}
.maputnik-toolbar-logo {
flex: 0 0 170px;
}
.maputnik-toolbar__inner {
display: flex;
}

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;