Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. .error-icon, .info-icon {
  2. transition: background-color ease .2s;
  3. margin: 0 .5em;
  4. }
  5.  
  6. .error-icon {
  7. /* error specific styles... */
  8. }
  9.  
  10. .info-icon {
  11. /* info specific styles... */
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement