EduardET

Untitled

Jun 15th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.42 KB | None | 0 0
  1. .wpc-menu {
  2.   position: absolute;
  3.     top: 0px;
  4.     right: 0;
  5.     width: 100%;
  6. }
  7. .wpc-menu li a {
  8.     border-bottom: 0;
  9. }
  10. .wpc-menu li {
  11.     border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  12. }
  13. li.wpc-donate {
  14.     margin: 10px 0;
  15.     padding-bottom: 10px;
  16. }
  17. li.wpc-donate a {
  18.     display: block;
  19.     width: 50px;
  20.     height: 50px;
  21.     background-color: #ff6600;
  22.     text-align: center;
  23.     color: white;
  24.     transform: rotate(-12deg);
  25.     border-radius: 50%;
  26.     padding: 10px 0;
  27. }
  28.  
  29. .wpc-menu li a {
  30.     border-bottom: 0;
  31. }
  32. .wpc-menu li {
  33.     /*border-bottom: 1px solid rgba(0, 0, 0, 0.03);*/
  34. }
  35. li.wpc-donate,
  36. li.wpc-my-account,
  37. li.wpc-my-basket {
  38.     margin: 10px 0;
  39.     padding-bottom: 10px;
  40. }
  41. li.wpc-donate a {
  42.     display: block;
  43.     width: 50px;
  44.     height: 50px;
  45.     background-color: #ff6600;
  46.     text-align: center;
  47.     color: white;
  48.     transform: rotate(-12deg);
  49.     border-radius: 50%;
  50.     padding: 10px 0;
  51. }
  52. .wpc-item a {
  53.     background-repeat: no-repeat;
  54.     position: relative;
  55. }
  56. .wpc-menu li.wpc-my-account a,
  57. .wpc-menu li.wpc-my-basket a {
  58.     padding-left: 70px!important;
  59.     padding-top: 15px!important;
  60.     color: #425a69;
  61. }
  62. .wpc-item a:before {
  63.     content:"";
  64.     display: block;
  65.     width: 50px;
  66.     height: 50px;
  67.     position: absolute;
  68.     top: 0;
  69.     left: 0;
  70.  
  71. }
  72. .wpc-my-account a:before {
  73.     background-image: url(http://www.centroweb.co.uk/nac/wp-content/uploads/2018/06/profile-button-e1528143384622.png);
  74. }
  75. .wpc-my-basket a:before {
  76.     background-image: url(http://www.centroweb.co.uk/nac/wp-content/uploads/2018/06/Basket-button-e1528143404859.png);
  77. }
Advertisement
Add Comment
Please, Sign In to add comment