mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-20 18:59:17 +08:00
Add global tools section & export data generator
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user