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