You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

42 lines
557 B

  1. @import "colors.less";
  2. [class^="ui"] {
  3. input, textarea {
  4. -webkit-user-select: text;
  5. -khtml-user-select: text;
  6. -moz-user-select: text;
  7. -ms-user-select: text;
  8. user-select: text;
  9. }
  10. .el {
  11. height: 35px;
  12. text-align: center;
  13. padding: 0px 0px 0px 0px;
  14. background-color: transparent;
  15. }
  16. .textbox {
  17. border: none;
  18. outline: none;
  19. font-size: 16px;
  20. }
  21. div.textbox {
  22. padding-top: 6px;
  23. }
  24. .button {
  25. cursor: pointer;
  26. padding-top: 10px;
  27. &:hover {
  28. background-color: lighten(@black, 10%);
  29. }
  30. }
  31. .spacer-h {
  32. width: 100%;
  33. }
  34. }