Sha256: e8e2bdd40cc559c14c2fb0d82562e9968b97f827e821503fe4f08e31227831f9

Contents?: true

Size: 592 Bytes

Versions: 7

Compression:

Stored size: 592 Bytes

Contents

@import 'spree/frontend/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

7 entries across 7 versions & 1 rubygems

Version Path
spree_delivery_options-2.2.11 app/assets/stylesheets/spree/frontend/delivery_checkout.scss
spree_delivery_options-2.2.10 app/assets/stylesheets/spree/frontend/delivery_checkout.scss
spree_delivery_options-2.2.8 app/assets/stylesheets/spree/frontend/delivery_checkout.scss
spree_delivery_options-2.2.7 app/assets/stylesheets/spree/frontend/delivery_checkout.scss
spree_delivery_options-2.2.6 app/assets/stylesheets/spree/frontend/delivery_checkout.scss
spree_delivery_options-2.2.5 app/assets/stylesheets/spree/frontend/delivery_checkout.scss
spree_delivery_options-2.2.4 app/assets/stylesheets/spree/frontend/delivery_checkout.scss