Sha256: fe07e6f07177f672396c13eec3c3afe97ea5256a51c77106b6955a181c7e447b

Contents?: true

Size: 378 Bytes

Versions: 23

Compression:

Stored size: 378 Bytes

Contents

//
// Replicate the styles for Shopify Admin forms.
// --------------------------------------------------

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;

  font-size: 15px;
  line-height: 20px;

  &:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.help-block {
  font-style: italic;
  font-size: 13px;
  color: #95a7b7;
  margin-top: 5px;
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
disco_app-0.6.0 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.1 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.2 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.3 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.4 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.5 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.6 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.7 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.8 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.6.9 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.7.0 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.7.1 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.7.2 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.8.0 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.8.1 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.8.2 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.8.3 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.8.4 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.8.5 app/assets/stylesheets/disco_app/disco/_forms.scss
disco_app-0.8.6 app/assets/stylesheets/disco_app/disco/_forms.scss