DomButtonWhiteUpArrow.css 437 B

12345678910111213141516171819202122
  1. /* === Up Arrow Button ==*/
  2. .mblDomButtonWhiteUpArrow {
  3. position: relative;
  4. width: 29px;
  5. height: 29px;
  6. }
  7. .mblDomButtonWhiteUpArrow div {
  8. position: absolute;
  9. left: 0px;
  10. clip: rect(0px 30px 20px 0px);
  11. }
  12. .mblDomButtonWhiteUpArrow > div > div {
  13. top: 9px;
  14. left: 4px;
  15. width: 20px;
  16. height: 20px;
  17. margin: 0px;
  18. font-size: 1px;
  19. background-color: white;
  20. border-top: 1px solid #4A5A71;
  21. -webkit-transform: scaleX(0.6) rotate(45deg);
  22. }