Sha256: 09f9bbfe9a7a137f047d3ca967b8f06ee2b84c425207c916b8dc057f64fd58f0
Contents?: true
Size: 1.08 KB
Versions: 25
Compression:
Stored size: 1.08 KB
Contents
@import "../helpers/index.scss"; .status-tag { font-size: $t4-text; line-height: 22px; padding: 4px; color: $primary-text-clr; background: $grey-lighter-clr; &.success { color: $green-regular-clr; background: $green-lightest-clr; } } .filter-chip { display: inline-block; position: relative; padding: 5px 16px; font-size: $t4-text; font-weight: 600; line-height: 22px; border: 1px solid $ink-regular-clr; border-radius: $radius-4; @include transition-linear; cursor: pointer; user-select: none; &:hover { background-color: #F3F4F6; .filter-chip-remove { display: block; } } span:nth-child(1) { color: $ink-lighter-clr; } span:nth-child(2) { color: $ink-regular-clr; } .filter-chip-remove { display: none; position: absolute; top: 0; right: 0; padding: 4px 16px; background: linear-gradient(270deg, #F3F4F6 81.75%, rgba(243, 244, 246, 0) 100%); border-radius: $radius-4; i { font-size: 10px; line-height: 12px; text-align: center; color: $ink-lighter-clr; } } }
Version data entries
25 entries across 25 versions & 1 rubygems