DomButtonWhiteArrow.css 376 B

123456789101112131415161718
  1. /* === Arrow ==*/
  2. .mblDomButtonWhiteArrow, .mblDomButtonArrow {
  3. position: relative;
  4. width: 20px;
  5. height: 29px;
  6. }
  7. .mblDomButtonWhiteArrow > div, .mblDomButtonArrow > div {
  8. position: absolute;
  9. top: 10px;
  10. left: 6px;
  11. width: 6px;
  12. height: 6px;
  13. font-size: 1px;
  14. -webkit-transform: rotate(45deg);
  15. border-width: 3px 3px 0px 0px;
  16. border-style: solid;
  17. border-color: white;
  18. }