Sha256: 7acd2e4b3038758b34049c39949339b5ea7fcf2ecac5c9dffe86bdc1e1a8a0ea

Contents?: true

Size: 583 Bytes

Versions: 3

Compression:

Stored size: 583 Bytes

Contents

@import 'store/variables';

#shipping_method {
  .stock-delivery-date-title, .stock-delivery-instructions-title {
    background-color: lighten($body_text_color, 70);
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size :11px;
   }
}

#delivery_date, #delivery_instructions {
  .field {
    margin: 20px 0;

    label {
      margin-right: 20px;
    }

    input[type='text'], select {
      width: 130px;
    }
  }

  .delivery-time-options {
    display: none;
  }
}

#delivery_instructions textarea {
  width: 100%;
  min-height: 100px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_delivery_options-2.2.3 app/assets/stylesheets/store/delivery_checkout.scss
spree_delivery_options-2.2.2 app/assets/stylesheets/store/delivery_checkout.scss
spree_delivery_options-2.2.1 app/assets/stylesheets/store/delivery_checkout.scss