scss/toolkit/mixins/_themes.scss in titon-toolkit-0.11.2 vs scss/toolkit/mixins/_themes.scss in titon-toolkit-0.12.0
- old
+ new
@@ -52,11 +52,11 @@
@content;
}
@mixin field-style() {
- &.has-error {
+ &.is-error {
.input,
.select {
border-color: $error;
&:focus { box-shadow: 0 0 5px $error-light; }
@@ -66,11 +66,11 @@
.checkbox {
color: $error-dark;
}
}
- &.has-warning {
+ &.is-warning {
.input,
.select {
border-color: $warning;
&:focus { box-shadow: 0 0 5px $warning-light; }
@@ -80,10 +80,10 @@
.checkbox {
color: $warning-dark;
}
}
- &.has-success {
+ &.is-success {
.input,
.select {
border-color: $success;
&:focus { box-shadow: 0 0 5px $success-light; }
\ No newline at end of file