Add global tools section & export data generator

This commit is contained in:
MattIPv4
2020-05-04 20:55:23 +01:00
parent 431cbf53e2
commit e7e9cbcfa2
5 changed files with 264 additions and 1 deletions

View File

@@ -144,6 +144,18 @@ $highlight: #f2c94c;
}
}
&.is-grouped {
> .control {
&:last-child {
margin: .25rem 0 0;
}
&:not(:last-child) {
margin: .25rem .75rem 0 0;
}
}
}
.is-changed {
input {
&:not(.vs__search) {
@@ -208,6 +220,18 @@ $highlight: #f2c94c;
}
}
.field-body {
&.is-vertical {
flex-direction: column;
> .field {
&:not(:last-child) {
margin-bottom: .75rem;
}
}
}
}
.checkbox,
.radio {
border-radius: $border-radius;