No Description
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.

_reset.scss 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. // @import "../vendor/animate/animate.min.css";
  2. // @import "../vendor/waves/waves.min.css";
  3. // @import "../vendor/perfect-scrollbar/perfect-scrollbar.css";
  4. // @import "../vendor/basic-table/basictable.css";
  5. * {
  6. outline: none;
  7. padding: 0;
  8. &::after {
  9. margin : 0;
  10. padding: 0;
  11. }
  12. &::before {
  13. margin : 0;
  14. padding: 0;
  15. }
  16. }
  17. body {
  18. // &.dashboard {
  19. // background: $light;
  20. // font-size : 14px;
  21. // }
  22. }
  23. #main-wrapper {
  24. // opacity : 0;
  25. transition : all 0.25s ease-in;
  26. // overflow : hidden;
  27. position : relative;
  28. z-index : 1;
  29. // height: 100vh;
  30. margin-top : 110px;
  31. // &::before {
  32. // content : "";
  33. // height : 300px;
  34. // top : 0;
  35. // left : 0;
  36. // width : 100%;
  37. // position : absolute;
  38. // z-index : -9;
  39. // background: $primary;
  40. // }
  41. &.show {
  42. opacity: 1;
  43. }
  44. }
  45. .content-body {
  46. margin-left : $sidebar-width;
  47. // margin-right : $map-width +30px;
  48. // padding-top : 100px;
  49. margin-top : 30px;
  50. margin-bottom : 50px;
  51. @include media-breakpoint-up(sm) {
  52. margin-left : 0px;
  53. margin-bottom: 50px;
  54. }
  55. }
  56. .details {
  57. .content-body {
  58. margin-left: 0px;
  59. }
  60. }
  61. .dashboard {
  62. .content-body {
  63. margin-left : $sidebar-width;
  64. margin-right: 0px;
  65. margin-top : 0px;
  66. // @include media-breakpoint-up(sm) {
  67. // margin-left : 0px;
  68. // margin-bottom: 50px;
  69. // }
  70. // @include respond("tab-port") {
  71. // margin-left: 100px;
  72. // }
  73. @include respond("phone-land") {
  74. margin-left: 0px;
  75. }
  76. }
  77. }
  78. ul {
  79. padding: 0;
  80. margin : 0;
  81. }
  82. li {
  83. list-style: none;
  84. }
  85. a {
  86. color : $primary;
  87. text-decoration: none;
  88. outline : none;
  89. &:hover,
  90. &:focus,
  91. &.active {
  92. text-decoration: none;
  93. outline : none;
  94. color : $primary;
  95. }
  96. }
  97. b,
  98. strong {
  99. color: $headings-color;
  100. }
  101. h1,
  102. .h1,
  103. h2,
  104. .h2,
  105. h3,
  106. .h3,
  107. h4,
  108. .h4,
  109. h5,
  110. .h5,
  111. h6,
  112. .h6 {
  113. font-family: 'Montserrat', sans-serif;
  114. font-weight: 600;
  115. }
  116. // h4,
  117. // .h4,
  118. // h5,
  119. // .h5,
  120. // h6,
  121. // .h6 {
  122. // font-family: 'Montserrat', sans-serif;
  123. // font-weight: 500;
  124. // }
  125. /* Editable */
  126. // @include media-breakpoint-up(xxl) {
  127. // .container-fluid {
  128. // max-width: 80%;
  129. // }
  130. // }
  131. // #map {
  132. // height : 100%;
  133. // width : 100%;
  134. // margin : 0;
  135. // z-index: 990;
  136. // }