Sha256: aea2973c62cd95df04be3e582865728cdd95563338f067bc50f74eda7b19b06f
Contents?: true
Size: 765 Bytes
Versions: 5
Compression:
Stored size: 765 Bytes
Contents
.tag-editor { margin-top: 0.5rem; margin-bottom: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.5rem; .tag { font-size: 1rem; cursor: pointer; padding: 0px; background: var(--background-disabled-color); border-radius: 5px; min-width: 40px; height: 2rem; transition: all 200ms ease-out; user-select: none; display: flex; label { display: flex; margin: 0px; padding: 0px 10px; color: inherit; align-items: center; gap: 0.5rem; } input { /*margin: 2px 3px 0 0;*/ } .name { } &:hover, &:focus { background: var(--background-highlight-color); } &.enabled { color: #fff; background: var(--blue-dark); } } }
Version data entries
5 entries across 5 versions & 1 rubygems