Sha256: 74091e44972bb5fb8353528927c00a3c44abc39ce059063c165db9491267fcae
Contents?: true
Size: 747 Bytes
Versions: 10
Compression:
Stored size: 747 Bytes
Contents
tao-moment-picker-hour-segment { .hours { .morning-hours, .afternoon-hours { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; } .morning-hours { padding-bottom: $moment-picker-segment-item-height / 3; border-bottom: 1px dotted $border-color; } .afternoon-hours { padding-top: $moment-picker-segment-item-height / 3; } .hour { display: block; width: percentage(1/6); line-height: $moment-picker-segment-item-height; text-align: center; font-size: 0.875rem; color: $text-color; outline: none; &.selected { background: $green-bg-color; color: $green-color; } } } }
Version data entries
10 entries across 10 versions & 1 rubygems