Sha256: 9d058a20502aa0da3f1e7d674e6222992c70d49bf340262578a8af4afccf877a
Contents?: true
Size: 1.97 KB
Versions: 2
Compression:
Stored size: 1.97 KB
Contents
.react-datetime { position: relative; &.rdt { .rdtPicker { visibility: hidden; } &Open { .rdtPicker { visibility: visible; } } } .rdtPicker { position: absolute; z-index: $z-1; background: $white; box-shadow: 0 6px 14px rgba($black, .5); padding: $space-smaller; top: $input-height-base; @include tablet-and-below { tfoot { td { margin-top: $space-larger; } } } @include mobile-only { width: 100%; left: 0; } .rdt { &Time, &Days, &Months, &Years { & > table { width: 100%; } } &Time { & > table { td { &:hover { background: $white; color: $black; } } } } } table { thead { th { padding: $space-smaller; text-align: center; &.rdtSwitch { @include solid-button(#fff) display: table-cell; } &.rdtNext { cursor: pointer; } } } tbody { td { padding: $space-smallest $space-small; text-align: center; cursor: pointer; &:hover, &.rdtActive { background: $power-blue; color: $white; } &.current-day { background: $light-yellow; } &.rdtOld, &.rdtNew { color: $text-muted; opacity: 0.7; } } } tfoot { td { margin-top: $space-base; text-align: center; @include solid-button($white) display: table-cell; } } } } .rdtTime { .rdtCounters { width: 50%; margin: 0 auto; font-size: $font-larger; display: flex; .rdtCounter { flex: 1; &Separator { margin-top: $space-base * 4; } } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nitro_sg-3.0.2 | sass-mixins/vendor/_react-datetime.scss |
nitro_sg-3.0.1 | sass-mixins/vendor/_react-datetime.scss |