Sha256: a31d2c3dbda5338bc0f27bfe24e7e1adcc35559077891a892d75ab996ed1575f

Contents?: true

Size: 517 Bytes

Versions: 12

Compression:

Stored size: 517 Bytes

Contents

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

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.2.10 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.9 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.8 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.7 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.6 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.5 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.4 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.3 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.2 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.1 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.2.0 app/assets/stylesheets/light/fields/date_field.css
bullet_train-themes-light-1.0.52 app/assets/stylesheets/light/fields/date_field.css