You are here

32x26.css in Basic cart 8.5

Same filename and directory in other branches
  1. 8.6 css/32x26.css
  2. 8.2 css/32x26.css
  3. 8.3 css/32x26.css
  4. 8.4 css/32x26.css
.basic_cart-circle-32-26 {
  position: absolute;
  margin-left: -20px;
  height: 16px;
  width: 16px;
  background-color: #ffc107;
  border-radius: 70%;
  padding: 0;
  font-size: 10px;
  text-align: center;
  color: rgba(0,0,0,1);
  line-height: 14px;
  margin-top: -1px;
}

.basic_cart-msg-pck-32-26 a img {
  color: rgba(0,0,0,0.7);
}

.basic_cart-msg-pck-32-26 {
  position: relative;
  float: right;
  top: 6px;
  right: 7px;
  width: 32px;
}

File

css/32x26.css
View source
  1. .basic_cart-circle-32-26 {
  2. position: absolute;
  3. margin-left: -20px;
  4. height: 16px;
  5. width: 16px;
  6. background-color: #ffc107;
  7. border-radius: 70%;
  8. padding: 0;
  9. font-size: 10px;
  10. text-align: center;
  11. color: rgba(0,0,0,1);
  12. line-height: 14px;
  13. margin-top: -1px;
  14. }
  15. .basic_cart-msg-pck-32-26 a img {
  16. color: rgba(0,0,0,0.7);
  17. }
  18. .basic_cart-msg-pck-32-26 {
  19. position: relative;
  20. float: right;
  21. top: 6px;
  22. right: 7px;
  23. width: 32px;
  24. }