mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-20 10:49:19 +08:00
Move is-changed to control
This commit is contained in:
@@ -96,6 +96,27 @@ $highlight: #f2c94c;
|
||||
}
|
||||
}
|
||||
|
||||
.is-changed {
|
||||
input {
|
||||
&,
|
||||
&:focus {
|
||||
background: rgba($highlight, .35);
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox,
|
||||
.radio,
|
||||
.text {
|
||||
background: rgba($highlight, .35);
|
||||
}
|
||||
|
||||
label {
|
||||
&.text {
|
||||
padding: .25rem .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
@include sailec-medium;
|
||||
|
||||
@@ -131,27 +152,6 @@ $highlight: #f2c94c;
|
||||
}
|
||||
}
|
||||
|
||||
.is-changed {
|
||||
input {
|
||||
&,
|
||||
&:focus {
|
||||
background: rgba($highlight, .35);
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox,
|
||||
.radio,
|
||||
.text {
|
||||
background: rgba($highlight, .35);
|
||||
}
|
||||
|
||||
label {
|
||||
&.text {
|
||||
padding: .25rem .5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.checkbox,
|
||||
.radio {
|
||||
border-radius: $border-radius;
|
||||
|
Reference in New Issue
Block a user