Sha256: d8607b19521e2d283d7fab0641285bfb9a54be3f7413d420d1b719736eae7bf6
Contents?: true
Size: 927 Bytes
Versions: 2
Compression:
Stored size: 927 Bytes
Contents
.sts-input { &__input-container { @apply mt-1 flex border rounded h-12 text-gray-800 dark:text-gray-300 border-gray-300 dark:bg-gray-800 dark:border-gray-700 overflow-hidden; } &__label { } &__input-container { &.is-invalid { @apply border-red-300 text-red-900 placeholder-red-300 focus:outline-none focus:ring-red-500 focus:border-red-500; } } &__input { @apply flex-1 min-w-0 block w-full border-none py-2 px-3; background: transparent; &:focus { box-shadow: none; } } &__element { @apply inline-flex items-center py-2 px-3; &.colored { background: rgba(1, 1, 1, 0.1); .dark & { background: rgba(255, 255, 255, 0.1); } } input { @apply -ml-3 -mr-3 -mt-2 -mb-2 w-full; &:focus { box-shadow: none; } } * { @apply border-none; background-color: transparent; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
satis-1.0.67 | app/components/satis/input/component.scss |
satis-1.0.66 | app/components/satis/input/component.scss |