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 475B

123456789101112131415161718192021222324252627282930
  1. body {
  2. padding-top: 70px;
  3. }
  4. footer {
  5. margin: 50px 0;
  6. }
  7. .text-center() {
  8. text-align: center;
  9. }
  10. .border-radius(@radius) {
  11. -webkit-border-radius: @radius;
  12. -moz-border-radius: @radius;
  13. border-radius: @radius;
  14. }
  15. .no-text-select {
  16. -webkit-touch-callout: none;
  17. -webkit-user-select: none;
  18. -khtml-user-select: none;
  19. -moz-user-select: none;
  20. -ms-user-select: none;
  21. user-select: none;
  22. }
  23. /**
  24. ========================================================
  25. **/