Sha256: e59d1cfe268efba6f9d37d47fa9671a92a170e1e01d96c094888e64d01dbd726
Contents?: true
Size: 581 Bytes
Versions: 6
Compression:
Stored size: 581 Bytes
Contents
// Calendar Icon Styles .cal_icon_wrapper { 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
6 entries across 6 versions & 1 rubygems