Sha256: 8c23da7b1d160254fcad76b38bc40fa95ab7871e03c8b5bec06cb5de2fe1fb4e

Contents?: true

Size: 446 Bytes

Versions: 24

Compression:

Stored size: 446 Bytes

Contents

//
// Forms
// --------------------------------------------------

form {
  margin: 40px 0;
}

input[type="text"],
input[type="url"], {
  vertical-align: top;
  height: 32px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  padding: 5px;
  margin: 0;
  border: 1px solid #ccc;
  display: inline-block;
  color: #222;
  border-radius: 4px;

  &:focus, &.focus {
    border: 1px solid #479ccf;
    outline: 0;
  }
}

Version data entries

24 entries across 24 versions & 1 rubygems

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