Built files from Bizgaze WebServer
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.

style.calendar.css 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. 
  2. /*Caledar*/
  3. .calendarapp-wrap {
  4. position: relative;
  5. }
  6. .calendarapp-wrap .calendarapp-sidebar {
  7. position: absolute;
  8. width: 225px;
  9. background: #fff;
  10. padding: 15px;
  11. left: 0;
  12. z-index: 10;
  13. border-right: 1px solid #E6E9EB;
  14. -webkit-transition: 0.3s ease-in-out;
  15. -moz-transition: 0.3s ease-in-out;
  16. transition: 0.3s ease-in-out;
  17. }
  18. .calendarapp-wrap .calendarapp-sidebar .slimScrollDiv, .calendarapp-wrap .calendarapp-sidebar .nicescroll-bar {
  19. overflow: visible !important;
  20. }
  21. .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar {
  22. display: none;
  23. margin: 0 0 15px;
  24. }
  25. .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar .feather-icon {
  26. display: block;
  27. }
  28. .calendarapp-wrap .calendarapp-sidebar .add-event-wrap .calendar-event {
  29. padding: 0.5rem 0.75rem;
  30. cursor: grab;
  31. }
  32. .calendarapp-wrap .calendarapp-sidebar .add-event-wrap .calendar-event .close {
  33. font-size: 1.25rem;
  34. padding-top: .5rem;
  35. }
  36. .calendarapp-wrap.calendarapp-sidebar-toggle .calendarapp-sidebar {
  37. left: -225px;
  38. }
  39. .calendarapp-wrap.calendarapp-sidebar-toggle .calendar-wrap {
  40. margin-left: 0;
  41. }
  42. .calendarapp-wrap .calendar-wrap {
  43. margin-left: 225px;
  44. position: relative;
  45. -webkit-transition: 0.3s ease-in-out;
  46. -moz-transition: 0.3s ease-in-out;
  47. transition: 0.3s ease-in-out;
  48. }
  49. .calendarapp-wrap .calendar-wrap .fc-event {
  50. position: relative;
  51. display: block;
  52. font-size: 79%;
  53. border: 1px solid #00B0FF;
  54. border-radius: 0;
  55. line-height: inherit;
  56. }
  57. .calendarapp-wrap .calendar-wrap .fc-event,
  58. .calendarapp-wrap .calendar-wrap .fc-event-dot {
  59. background: #00B0FF;
  60. }
  61. .calendarapp-wrap .calendar-wrap .fc button {
  62. height: auto;
  63. padding: .25rem .5rem;
  64. font-size: .875rem;
  65. }
  66. .calendarapp-wrap .calendar-wrap .fc button.fc-calendarSidebar-button {
  67. color: #959CA4;
  68. padding: 0;
  69. background: transparent;
  70. border: none;
  71. }
  72. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar {
  73. height: 80px;
  74. display: -webkit-box;
  75. display: -ms-flexbox;
  76. display: flex;
  77. position: relative;
  78. align-items: center;
  79. justify-content: center;
  80. -webkit-justify-content: center;
  81. -ms-flex-pack: center;
  82. justify-content: space-between;
  83. -webkit-justify-content: space-between;
  84. -ms-flex-pack: space-between;
  85. margin-bottom: 0;
  86. padding: 0 15px;
  87. background: #fff;
  88. border-bottom: 1px solid #E6E9EB;
  89. }
  90. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-left {
  91. display: -webkit-box;
  92. display: -ms-flexbox;
  93. display: flex;
  94. order: 1;
  95. }
  96. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-right {
  97. order: 3;
  98. }
  99. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center {
  100. order: 2;
  101. }
  102. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar > .fc-clear {
  103. display: none;
  104. }
  105. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center h2 {
  106. font-size: 20px;
  107. font-weight: 600;
  108. text-transform: capitalize;
  109. padding: 0 25px;
  110. }
  111. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center > div {
  112. display: -webkit-box;
  113. display: -ms-flexbox;
  114. display: flex;
  115. -webkit-box-align: center;
  116. -ms-flex-align: center;
  117. align-items: center;
  118. }
  119. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container {
  120. background: #fff;
  121. }
  122. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered {
  123. border: 0;
  124. }
  125. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered thead td, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered thead th {
  126. border-bottom: 0;
  127. border-top: 0;
  128. border-color: #E6E9EB;
  129. }
  130. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered td, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-view-container .table-bordered th {
  131. border-left: 0;
  132. border-bottom: 0;
  133. border-color: #E6E9EB;
  134. }
  135. .calendarapp-wrap .calendar-wrap .fc .fc-list-heading td {
  136. color: #1F2327;
  137. font-weight: normal;
  138. }
  139. @media (max-width: 1024px) {
  140. .calendarapp-wrap .calendarapp-sidebar {
  141. left: -225px;
  142. }
  143. .calendarapp-wrap .calendarapp-sidebar .close-calendarapp-sidebar {
  144. display: block;
  145. }
  146. .calendarapp-wrap.calendarapp-sidebar-toggle .calendarapp-sidebar {
  147. left: 0;
  148. }
  149. .calendarapp-wrap .calendar-wrap {
  150. margin-left: 0;
  151. }
  152. }
  153. @media (max-width: 767px) {
  154. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-today-button, .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-right {
  155. display: none;
  156. }
  157. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-left {
  158. position: absolute;
  159. top: 0;
  160. bottom: 0;
  161. }
  162. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center {
  163. margin-left: auto;
  164. margin-right: auto;
  165. }
  166. }
  167. @media (max-width: 414px) {
  168. .calendarapp-wrap .calendar-wrap .fc.fc-bootstrap4 .fc-header-toolbar .fc-center h2 {
  169. padding: 0 10px;
  170. font-size: 16px;
  171. }
  172. }