Sha256: 299e0e6f97fb654cd00aa2652e30c6c326ed34eb6a5791c4495efe66a80c5d0a

Contents?: true

Size: 1.66 KB

Versions: 40

Compression:

Stored size: 1.66 KB

Contents

/*------------------------------------
  Fields
------------------------------------*/

[data-capitalize] {
  text-transform: uppercase;
}

label {
  &.error {
    color: $g-color-danger;
    margin: {
      top: .25rem;
      bottom: 0;
    }
  }
}

input:not([type="checkbox"], [type="radio"]),
textarea,
select {
  &.error {
    border-color: $g-color-danger !important;
  }
}

.js-autocomplete {
  &--ajax {
    position: relative;
    z-index: 10;
  }
}

// .input-group {
//   input:not([type="checkbox"], [type="radio"]),
//   textarea,
//   select {
//     &:first-child {
//       border: {
//         top-left-radius: inherit;
//         top-right-radius: 0;
//         bottom-right-radius: 0;
//         bottom-left-radius: inherit;
//       }
//     }

//     &:last-child {
//       border: {
//         top-left-radius: 0;
//         top-right-radius: inherit;
//         bottom-right-radius: inherit;
//         bottom-left-radius: 0;
//       }
//     }

//     &:not(:first-child, :last-child) {
//       border: {
//         top-left-radius: 0;
//         top-right-radius: inherit;
//         bottom-right-radius: inherit;
//         bottom-left-radius: 0;
//       }
//     }
//   }

//   &-addon {
//     &:first-child {
//       border: {
//         top-left-radius: inherit;
//         top-right-radius: 0;
//         bottom-right-radius: 0;
//         bottom-left-radius: inherit;
//       }
//     }

//     &:last-child {
//       border: {
//         top-left-radius: 0;
//         top-right-radius: inherit;
//         bottom-right-radius: inherit;
//         bottom-left-radius: 0;
//       }
//     }
//   }
// }

@import "fields-group-v1";
@import "fields-group-v2";

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/base/form-controls/fields/_fields.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/base/form-controls/fields/_fields.scss