Sha256: d868fa80796bf8103061267545f153a7a5c8f510572c0c96846425d808b234c9
Contents?: true
Size: 605 Bytes
Versions: 454
Compression:
Stored size: 605 Bytes
Contents
// Calendar Icon Styles .cal_icon_wrapper { pointer-events: none; position: absolute; top: $space_md + 2; right: 0; border-left: 1px solid $border_light; width: $space_xl + $space_xs; height: $space_xl + 5; display: flex; flex-direction: column; justify-content: center; padding-left: $space_sm - 1; color: $text_lt_light; @media (hover: hover) { &:hover { cursor: pointer; } } &.dark { color: $white; border-color: $border_dark; } &.no_label_shift { top: 0; } &.error { border-left-color: $error; } } .cal_icon { width: $space_sm; }
Version data entries
454 entries across 454 versions & 1 rubygems