Sha256: a78c98a15f805ebfc11e7dd0306a84197fa7379c229a0b09f8c22e02a83836a1
Contents?: true
Size: 944 Bytes
Versions: 34
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-500; content: "❯"; font-size: 90%; padding-left: $caret-width; } .remove:hover, .remove:active { @extend .btn-danger; } }
Version data entries
34 entries across 34 versions & 1 rubygems