mg_styles.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. .mg-datapicker {
  2. padding: 6px 12px 6px 12px !important;
  3. display: flex !important;
  4. position: relative !important;
  5. margin: 0 !important;
  6. }
  7. .mg-datapicker:after {
  8. background-color: #fff !important;
  9. }
  10. .md-input-action {
  11. top: 6px !important;
  12. }
  13. .mg-copy-component-field {
  14. position: absolute;
  15. top: -9999px;
  16. left: -9999px;
  17. opacity: 0;
  18. }
  19. .mg-copy-component-span:hover {
  20. cursor: pointer;
  21. }
  22. .mg-sidebar-wrapper {
  23. padding-left: 0px;
  24. padding-top: 0px;
  25. }
  26. #layers .lu-app--navbar-left {
  27. margin-left: -15px;
  28. margin-right: -15px;
  29. background-color: transparent;
  30. }
  31. #layers .lu-app-main .lu-app-main__body {
  32. padding-right: 0px;
  33. padding-top: 0px;
  34. }
  35. #layers .mg-ajax-menu-item {
  36. padding-left: 0px;
  37. justify-content: left;
  38. align-items: left;
  39. }
  40. #layers .lu-app .lu-btn--default,
  41. #layers .lu-app .lu-btn--danger {
  42. color: #737880;
  43. }
  44. #layers .lu-app .vue-app-main-modal-container .lu-btn--danger:not(.lu-btn--outline) {
  45. color: #fff;
  46. }
  47. #layers .lu-app .lu-btn--default:hover {
  48. color: #505459;
  49. }
  50. #layers body, #layers .lu-app {
  51. background: transparent;
  52. }
  53. #layers .lu-list__item .lu-btn-password-show i{
  54. width: 16px !important;
  55. height: 16px !important;
  56. min-width: 16px !important;
  57. min-heigh: 16px !important;
  58. width: 16px !important;
  59. height: 16px !important;
  60. font-size: 16px !important;
  61. line-height: 16px !important;
  62. }
  63. #layers .lu-list__item .lu-btn-password-hide i{
  64. min-width: 16px !important;
  65. min-heigh: 16px !important;
  66. width: 16px !important;
  67. height: 16px !important;
  68. font-size: 16px !important;
  69. line-height: 16px !important;
  70. }
  71. #layers .lu-nav__item:not(.is-active) .lu-nav__link-text-bold {
  72. color: #737880;
  73. }
  74. #layers .lu-nav__item .lu-nav__link-text-bold {
  75. font-weight: 500;
  76. }
  77. #layers .lu-nav__item > .lu-btn {
  78. margin: 0px 16px;
  79. }
  80. /* Fix label inside of datatable */
  81. #layers .vueDatatableTable .mgTableActions label {
  82. display: block;
  83. margin-bottom: auto;
  84. margin-top: auto;
  85. }
  86. /* Dropdawn Buttton Wrapper Styles */
  87. #layers .lu-has-dropdown .drop-content .lu-dropdown__item .lu-dropdown__link .lu-preloader {
  88. margin-right: 16px;
  89. }
  90. #layers .lu-has-dropdown .drop-content .lu-dropdown__item .lu-dropdown__link .lu-preloader:before {
  91. border-top-color: rgb(98, 202, 95);
  92. }
  93. #layers .lu-has-dropdown .drop-content .lu-dropdown__item a.lu-dropdown__link .lu-btn__text {
  94. color: #505459;
  95. }
  96. #layers .lu-has-dropdown .drop-content .lu-dropdown__item a.lu-dropdown__link .lu-btn__text:hover {
  97. color: rgb(98, 202, 95);
  98. }
  99. #layers .lu-has-dropdown .mg-drop-bg-wrapper {
  100. position: fixed;
  101. top: 0;
  102. left: 0;
  103. right: 0;
  104. bottom: 0;
  105. margin: auto;
  106. min-width: 50%;
  107. min-height: 50%;
  108. z-index: 990;
  109. }
  110. *#layers .lu-has-dropdown .lu-drop-element {
  111. z-index: 991;
  112. transform: translateX(calc(36px - 100%)) translateY(5px);
  113. }
  114. /*End Of Dropdawn Buttton Wrapper Styles */
  115. /* RED loader for delete buttons */
  116. #layers .lu-btn--danger .lu-preloader:before {
  117. border-top-color: rgb(244, 62, 62);
  118. }
  119. /* GREEN loader for submit buttons */
  120. #layers .lu-btn--success .lu-preloader:before {
  121. border-top-color: rgb(98, 202, 95);
  122. }
  123. /* new navbar left styles */
  124. #layers .page-content .vue-app-main-container .lu-app .lu-app-main .lu-app-main__body {
  125. padding-left: 0px;
  126. }
  127. #layers .page-content .vue-app-main-container .lu-app .lu-app-main .lu-app-main__body .lu-block .lu-row .lu-col-md-12:first-of-type,
  128. #layers .page-content .vue-app-main-container .lu-app .lu-app-main .lu-app-main__body .lu-block .lu-row .lu-col-lg-12:first-of-type {
  129. padding: 0px 0px 0px 0px;
  130. }
  131. #layers .page-content .vue-app-main-container .lu-app .lu-app-main .lu-app-main__body .lu-block .lu-row {
  132. margin-left: 0px;
  133. margin-right: 0px;
  134. }
  135. /* end of new navbar left styles */
  136. /* selectize css fixes */
  137. #layers .selectize-control.multi .item {
  138. display: inline-block;
  139. position: relative;
  140. padding: 0;
  141. padding-left: 8px;
  142. padding-right: 24px;
  143. margin: 0 4px 4px 0;
  144. background: #e9ebf0;
  145. line-height: 24px;
  146. }
  147. #layers .selectize-control.multi .item a {
  148. padding: 0;
  149. color: #2368AD;
  150. position: absolute;
  151. width: 16px;
  152. transition: color 0.3s;
  153. text-align: center;
  154. right: 0px;
  155. }
  156. #layers .selectize-control.multi.plugin-remove_button .item > a:hover {
  157. background: rgba(0, 0, 0, 0.05);
  158. }
  159. #layers .selectize-control.multi .item.active {
  160. color: #333;
  161. }
  162. #layers .selectize-control.multi .selectize-input {
  163. padding-bottom: 0px;
  164. padding-left: 15px;
  165. display: block;
  166. }
  167. /* end of selectize css fixes */