Advertisement
Guest User

Untitled

a guest
Apr 25th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. <div class="list">
  2.  
  3. <a class="item item-icon-right" href="#">
  4. <i class="icon ion-email"></i>
  5. <i class="icon ion-compose"></i>
  6. Check mail
  7. </a>
  8. </div>
  9.  
  10. .item-icon-right i.icon {
  11. display: inline-block;
  12. float: right;
  13. position: relative;
  14. right: auto;
  15. }
  16.  
  17. .item-icon-right .icon {
  18. /* right: 11px; */
  19. display: inline-block;
  20. float: right;
  21. }
  22. .item-icon-left .icon, .item-icon-right .icon {
  23. display: -webkit-box;
  24. display: -webkit-flex;
  25. display: -moz-box;
  26. display: -moz-flex;
  27. display: -ms-flexbox;
  28. display: flex;
  29. -webkit-box-align: center;
  30. -ms-flex-align: center;
  31. -webkit-align-items: center;
  32. -moz-align-items: center;
  33. align-items: center;
  34. /* position: absolute; */
  35. /* top: 0; */
  36. height: 100%;
  37. font-size: 32px;
  38. }
  39.  
  40. .item-icon-right i:nth-child(1) {
  41. right: 50px;
  42. }
  43.  
  44. .icon-holder-right {
  45. float: right;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement