validation.css 323 B

1234567891011121314
  1. .has-feedback .form-control-feedback {
  2. right: 15px; }
  3. .summary-errors p {
  4. color: inherit; }
  5. .summary-errors ul li a {
  6. color: inherit; }
  7. .summary-errors ul li a:hover {
  8. text-decoration: none; }
  9. @media (min-width: 768px) {
  10. #exampleFullForm .form-horizontal .form-control-label {
  11. text-align: inherit; } }