Sha256: cdcce4f7f16af3359a6f4dfd7bcf422f95a7ed0066a96174e94075f030ce1d8c

Contents?: true

Size: 472 Bytes

Versions: 1

Compression:

Stored size: 472 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;
    }
  }
}

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_delivery_options-2.1.4 app/assets/stylesheets/store/delivery_checkout.scss