Sha256: 5fbf5574d7f382dc8b46c89343f482c337c6b7136119c3c8596930a049bcaa2a
Contents?: true
Size: 559 Bytes
Versions: 2
Compression:
Stored size: 559 Bytes
Contents
@import "tom-select/dist/scss/tom-select"; /* overwrite tom-select defaults */ .ts { &-control { @apply border-gray text-md min-h-[40px]; input { @apply font-normal text-black text-md; } .is-admin { &::before { content: "⛔"; display: inline-block; margin-right: 0.3em; text-decoration: none; } text-decoration: line-through; color: #bbb; } } &-dropdown { @apply text-md text-gray-2 font-normal; .active { @apply text-white bg-secondary; } } }
Version data entries
2 entries across 2 versions & 1 rubygems