Sha256: 9721410def41f25dfb250618d227e24a9091779adf5a35c8b25c1e4f33d2acc0

Contents?: true

Size: 551 Bytes

Versions: 5

Compression:

Stored size: 551 Bytes

Contents

.tao-moment-picker-month-segment {
  .month-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    .month {
      display: block;
      width: percentage(1/4);
      line-height: $moment-picker-segment-item-height;
      text-align: center;
      font-size: 0.875rem;
      color: $text-color;
      outline: none;

      &.current {
        color: $orange-color;
      }

      &.selected {
        background: $green-bg-color !important;
        color: $green-color !important;
      }
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tao_form-0.2.3 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.2.2 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.2.1 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.2.0 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.10 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss