Sha256: 04bf3762d95668c0cae70d503eb3c79bb9e159fef48ccf98eed108e77a8c4706
Contents?: true
Size: 944 Bytes
Versions: 3
Compression:
Stored size: 944 Bytes
Contents
.constraints-container { @extend .mb-2; } .applied-filter { .constraint-value { cursor: default; text-overflow: ellipsis; overflow: hidden; @media (max-width: breakpoint-max(xs)) { max-width: breakpoint-max(xs) / 2; } @media (min-width: breakpoint-min(sm)) and (max-width: breakpoint-max(sm)) { max-width: breakpoint-min(sm) / 2; } @media (min-width: breakpoint-min(md)) and (max-width: breakpoint-max(md)) { max-width: breakpoint-min(md) / 2; } @media (min-width: breakpoint-min(lg)) { max-width: breakpoint-min(lg) / 2; } &:hover, &:active { background-color: theme-color("secondary"); border-color: theme-color("secondary"); box-shadow: none; } } .filter-name:after { color: $gray-100; content: "❯"; font-size: 90%; padding-left: $caret-width; } .remove:hover, .remove:active { @extend .btn-danger; } }
Version data entries
3 entries across 3 versions & 1 rubygems