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.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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-group-button-checked {
  30. background-color: rgba(0, 0, 0, 0.12);
  31. }
  32. .md-sidebar {
  33. height: 100%;
  34. min-height: 150px;
  35. }
  36. .md-main-content {
  37. margin-left: 5px;
  38. }
  39. .welcome-message {
  40. font-size: large;
  41. }
  42. @media (max-width: 479px){
  43. .seven-cols .col-sm-1 {
  44. width: 100%;
  45. *width: 100%;
  46. }
  47. }
  48. @media (min-width: 480px) {
  49. .seven-cols .col-sm-1 {
  50. width: 14.285714285714285714285714285714%;
  51. *width: 14.285714285714285714285714285714%;
  52. }
  53. }
  54. .day-column {
  55. .text-center();
  56. border: solid #505050 1px;
  57. height: 24*30px;
  58. padding: 0;
  59. }
  60. .day-column-header {
  61. background-color: darkorange;
  62. color: #2e6da4;
  63. font-weight: bold;
  64. }
  65. .day-column-header-day {
  66. padding-top: 5px;
  67. }
  68. .day-column-header-date {
  69. padding-bottom: 5px;
  70. }