Sha256: 5f77afe66f9fc78ce48e32a78bce9aac6bc4d62c732d3cc0563184d1183b5bf5
Contents?: true
Size: 970 Bytes
Versions: 9
Compression:
Stored size: 970 Bytes
Contents
.colour-wrap { grid-auto-flow: column; display: grid; > div { height: 100px; } .orange { background-color: pink; } } .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
9 entries across 9 versions & 1 rubygems