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.

app.less 583B

12345678910111213141516171819202122232425262728293031323334353637
  1. footer {
  2. margin: 50px 0;
  3. }
  4. .text-center() {
  5. text-align: center;
  6. }
  7. .border-radius(@radius) {
  8. -webkit-border-radius: @radius;
  9. -moz-border-radius: @radius;
  10. border-radius: @radius;
  11. }
  12. .no-text-select {
  13. -webkit-touch-callout: none;
  14. -webkit-user-select: none;
  15. -khtml-user-select: none;
  16. -moz-user-select: none;
  17. -ms-user-select: none;
  18. user-select: none;
  19. }
  20. /**
  21. ========================================================
  22. **/
  23. .md-group-button {
  24. margin: 0;
  25. padding: 0;
  26. min-height: 0;
  27. line-height: 30px;
  28. }
  29. .md-sidebar {
  30. height: 100%;
  31. min-height: 150px;
  32. }