Sha256: f43ce96c1e6633f0e0e6a56e1aee24bf121f86a00f458aa87bdbee0771f7800d
Contents?: true
Size: 888 Bytes
Versions: 60
Compression:
Stored size: 888 Bytes
Contents
.thingo { background-color: red; min-height: 2rem; } .tag { &-buttons { display: flex; flex-wrap: wrap; align-items: center; font-size: 11px; span:not(.hidden) { display: inline-block; color: #767676; } .tag-buttons__title { padding-right: 0.5em; } } &-button { @extend %bold; letter-spacing: normal; display: inline-block; max-width: 30ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: all 0.1s; border: 1px solid #767676; border-radius: 11.5px; text-decoration: none; text-transform: uppercase; padding: 5px 10px; margin: 0.25em 0.5em 0.25em 0; &:hover { border-color: black; color: black; } @media (min-width: 768px) { font-size: 11px; line-height: 13px; border-radius: 12.5px; } } }
Version data entries
60 entries across 60 versions & 1 rubygems