intercity/intercity-next

View on GitHub
app/assets/stylesheets/_forms.scss

Summary

Maintainability
Test Coverage
.input {
  &.disabled {
    background: lighten($grey-lighter, 1.5);
    cursor: not-allowed;
  }
  &[type=file] {
    padding-top: 5px;
  }
}