graspapp/grasp

View on GitHub
app/assets/stylesheets/form_hints.css.scss

Summary

Maintainability
Test Coverage
.field_with_hint {
  input {
    margin-bottom: 0.6rem;
  }
}

span.hint {
  display: block;
  margin-bottom: 18px;
  color: rgb(115, 115, 115);
  font-size: 14px;
}

span.counter {
  float: right;
  color: rgb(115, 115, 115);
  font-size: 14px;
}