Intent with 2 spaces

This commit is contained in:
Jos de Jong 2020-01-04 15:09:15 +01:00
parent 924ca1afc3
commit 0c061b33e3
2 changed files with 60 additions and 60 deletions

View File

@ -1,24 +1,24 @@
@import "styles"; @import "styles";
.jsoneditor { .jsoneditor {
.search { .search {
input { input {
height: auto; height: auto;
border: inherit; border: inherit;
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
width: auto; width: auto;
} }
} }
.jsoneditor td, .jsoneditor td,
.jsoneditor th { .jsoneditor th {
padding: 0; padding: 0;
display: table-cell; display: table-cell;
text-align: left; text-align: left;
vertical-align: inherit; vertical-align: inherit;
border-radius: inherit; border-radius: inherit;
} }

View File

@ -1,50 +1,50 @@
@import "styles"; @import "styles";
.jsoneditor-statusbar { .jsoneditor-statusbar {
line-height: 26px; line-height: 26px;
height: 26px; height: 26px;
color: $jse-readonly; color: $jse-readonly;
background-color: $jse-bar-bg; background-color: $jse-bar-bg;
border-top: 1px solid $jse-bar-border; border-top: 1px solid $jse-bar-border;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
font-size: $jse-font-size; font-size: $jse-font-size;
& > .jsoneditor-curserinfo-val { & > .jsoneditor-curserinfo-val {
margin-right: 12px; margin-right: 12px;
} }
& > .jsoneditor-curserinfo-count { & > .jsoneditor-curserinfo-count {
margin-left: 4px; margin-left: 4px;
} }
& > .jsoneditor-validation-error-icon { & > .jsoneditor-validation-error-icon {
float: right; float: right;
width: 24px; width: 24px;
height: 24px; height: 24px;
padding: 0; padding: 0;
margin-top: 1px; margin-top: 1px;
background: url("./img/jsoneditor-icons.svg") -168px -48px; background: url("./img/jsoneditor-icons.svg") -168px -48px;
cursor: pointer; cursor: pointer;
} }
& > .jsoneditor-validation-error-count { & > .jsoneditor-validation-error-count {
float: right; float: right;
margin: 0 4px 0 0; margin: 0 4px 0 0;
cursor: pointer; cursor: pointer;
} }
& > .jsoneditor-parse-error-icon { & > .jsoneditor-parse-error-icon {
float: right; float: right;
width: 24px; width: 24px;
height: 24px; height: 24px;
padding: 0; padding: 0;
margin: 1px; margin: 1px;
background: url("./img/jsoneditor-icons.svg") -25px 0px; background: url("./img/jsoneditor-icons.svg") -25px 0px;
} }
.jsoneditor-array-info { .jsoneditor-array-info {
a { a {
color: inherit; color: inherit;
} }
} }
} }
div.jsoneditor-statusbar > .jsoneditor-curserinfo-label, div.jsoneditor-statusbar > .jsoneditor-curserinfo-label,
div.jsoneditor-statusbar > .jsoneditor-size-info { div.jsoneditor-statusbar > .jsoneditor-size-info {
margin: 0 4px; margin: 0 4px;
} }