Sha256: 1ca3b83c4c7ba06f54bb6fa3dba19dd1db1430d6a862546e08f3c18da1d97df5

Contents?: true

Size: 469 Bytes

Versions: 8

Compression:

Stored size: 469 Bytes

Contents

@layer components {
  .date-input {
    .single-daterange {
      @apply rounded-md shadow-sm focus:ring-blue focus:border-blue font-light text-sm;
    }
  }

  .daterangepicker {
    .hourselect, .minuteselect, .ampmselect {
      @apply rounded-md shadow-sm focus:ring-blue font-light;
      @apply border-gray-300 focus:border-blue bg-white !important;
      text-align-last: center;
    }

    .calendar-table .active {
      @apply bg-blue !important;
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.0.16 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.15 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.14 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.13 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.12 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.11 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.10 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.9 app/assets/stylesheets/light/fields/date_field.css