Sha256: 4a11a2efbee4c7c627b139f32a0459a989d09eeb2670de9a5967113b9127651d
Contents?: true
Size: 668 Bytes
Versions: 3
Compression:
Stored size: 668 Bytes
Contents
@import "../../tokens/colors"; // Calendar Icon Styles .cal_icon_wrapper { cursor: pointer; 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{ background-color: rgba($focus_input_light,$opacity_5); } } &.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
3 entries across 3 versions & 1 rubygems