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 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @media screen and (min-width: 1280px) {
  2. .md-main-content {
  3. margin-left: 10px;
  4. }
  5. }
  6. .md-ui-content {
  7. padding-top: 10px;
  8. padding-left: 10px;
  9. }
  10. .text-center() {
  11. text-align: center;
  12. }
  13. .border-radius(@radius) {
  14. -webkit-border-radius: @radius;
  15. -moz-border-radius: @radius;
  16. border-radius: @radius;
  17. }
  18. .no-text-select {
  19. -webkit-touch-callout: none;
  20. -webkit-user-select: none;
  21. -khtml-user-select: none;
  22. -moz-user-select: none;
  23. -ms-user-select: none;
  24. user-select: none;
  25. }
  26. .isa_info, .isa_success, .isa_warning, .isa_error {
  27. margin: 10px 0px;
  28. padding:12px;
  29. }
  30. .isa_info {
  31. color: #00529B;
  32. background-color: #BDE5F8;
  33. }
  34. .isa_success {
  35. color: #4F8A10;
  36. background-color: #DFF2BF;
  37. }
  38. .isa_warning {
  39. color: #9F6000;
  40. background-color: #FEEFB3;
  41. }
  42. .isa_error {
  43. color: #D8000C;
  44. background-color: #FFBABA;
  45. }
  46. .isa_info i, .isa_success i, .isa_warning i, .isa_error i {
  47. margin:10px 22px;
  48. font-size:2em;
  49. vertical-align:middle;
  50. }
  51. md-sidenav {
  52. height: 100%;
  53. }
  54. .md-content-nav {
  55. overflow-x: hidden;
  56. height: 100%;
  57. }
  58. /**
  59. ========================================================
  60. **/