DomButtonWhiteCheck.css 396 B

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