Guest User

Untitled

a guest
May 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. /* @group Rails Errors */
  2.  
  3. .fieldWithErrors input { background: #FBE3E4; border: 1px solid #8A1F11!important; }
  4.  
  5. .errorExplanation {
  6. background: #FBE3E4;
  7. border: 2px solid #FBC2C4;
  8. color: #8a1f11;
  9. padding: 0 10px;
  10. }
  11.  
  12. .errorExplanation h3 { display: none; }
  13. .errorExplanation p { font-weight: bold; margin: 15px 0 10px 0!important; padding: 0 5px; }
  14. .errorExplanation ul { margin: 0 0 10px 25px!important; }
  15. .errorExplanation ul li { list-style: square!important; margin: 0!important; }
  16.  
  17. /* @end */
Add Comment
Please, Sign In to add comment