Sha256: 966f9c7d1172b4fb544d041b36c8eb7148811b85bf9a1a0d01f3493c032057aa

Contents?: true

Size: 550 Bytes

Versions: 10

Compression:

Stored size: 550 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

10 entries across 10 versions & 1 rubygems

Version Path
tao_form-0.1.9 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.8 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.7 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.6 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.5 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.4 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.3 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.2 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.1 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss
tao_form-0.1.0 lib/assets/stylesheets/tao/form/shared/fields/moment_picker/segments/_month_segment.scss