_activities.scss
9 months ago
_addons.scss
9 months ago
_agents.scss
9 months ago
_animations.scss
9 months ago
_booking_form_preview.scss
9 months ago
_bookings.scss
3 weeks ago
_bundles.scss
9 months ago
_buttons.scss
9 months ago
_calendars.scss
9 months ago
_categories.scss
9 months ago
_customers.scss
9 months ago
_dark.scss
9 months ago
_daterangepicker.scss
9 months ago
_elements.scss
1 month ago
_forms.scss
9 months ago
_grid.scss
1 year ago
_grid_variables.scss
1 year ago
_icons.scss
1 year ago
_latecheckbox.scss
9 months ago
_lateselect.scss
1 year ago
_layout.scss
9 months ago
_lightbox.scss
9 months ago
_menu.scss
9 months ago
_messages.scss
9 months ago
_misc.scss
9 months ago
_mixins.scss
9 months ago
_notifications.scss
9 months ago
_orders.scss
9 months ago
_pickr.scss
1 year ago
_processes.scss
1 month ago
_quick_availability.scss
9 months ago
_reminders.scss
1 year ago
_responsive.scss
9 months ago
_roles.scss
1 year ago
_schedule.scss
3 months ago
_services.scss
9 months ago
_settings.scss
1 day ago
_side-panel.scss
9 months ago
_steps.scss
1 year ago
_tables.scss
9 months ago
_type.scss
1 year ago
_updates.scss
9 months ago
_utilities.scss
1 year ago
_variables.scss
9 months ago
_widgets.scss
9 months ago
_wizard.scss
2 weeks ago
_dark.scss
272 lines
| 1 | $dark-bg: #181c2b; |
| 2 | $dark-bg-1: #1d2132; |
| 3 | $dark-bg-2: #23273b; |
| 4 | $dark-border-1: lighten($dark-bg, 5%); |
| 5 | $dark-border-2: lighten($dark-bg, 10%); |
| 6 | $dark-color-1: #eeeffc; |
| 7 | $dark-color-2: #858699; |
| 8 | $dark-color-3: #535667; |
| 9 | $dark-icon-color: #3653d1; |
| 10 | $dark-brand-primary: #3653d1; |
| 11 | |
| 12 | body.latepoint-admin.latepoint-dark { |
| 13 | color: $dark-color-1; |
| 14 | h1, h2, h3, h4, h5 { |
| 15 | color: #fff; |
| 16 | } |
| 17 | |
| 18 | .os-categories-ordering-w .os-category-w, |
| 19 | .os-category-parent-w.gu-mirror .os-category-w { |
| 20 | background-color: $dark-bg-1; |
| 21 | box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1), 0 1px 2px 0 rgba(0,0,0,0.2); |
| 22 | } |
| 23 | .item-in-category-w { |
| 24 | background-color: $dark-bg-1; |
| 25 | border-color: darken($dark-bg, 1%); |
| 26 | .os-category-item-meta { |
| 27 | background-color: $dark-bg; |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | .os-categories-ordering-w .os-category-w .os-category-head .os-category-items-meta, .os-category-parent-w.gu-mirror .os-category-w .os-category-head .os-category-items-meta, |
| 32 | .os-categories-ordering-w .os-category-w .os-category-head .os-category-items-count, .os-category-parent-w.gu-mirror .os-category-w .os-category-head .os-category-items-count{ |
| 33 | background-color: $dark-bg; |
| 34 | } |
| 35 | |
| 36 | .os-form-sub-header.sub-level { |
| 37 | h3 { |
| 38 | background-color: $dark-bg; |
| 39 | color: $dark-color-2; |
| 40 | } |
| 41 | &:after { |
| 42 | background-color: $dark-bg-1; |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | |
| 47 | .os-services-list { |
| 48 | .create-service-link-w { |
| 49 | border-color: $dark-border-1; |
| 50 | .add-service-graphic-w .add-service-plus { |
| 51 | background-color: $dark-brand-primary; |
| 52 | box-shadow: 0px 0px 0px 10px $dark-bg-1; |
| 53 | } |
| 54 | .add-service-label { |
| 55 | color: $dark-brand-primary; |
| 56 | } |
| 57 | } |
| 58 | .os-service { |
| 59 | background-color: $dark-bg-1; |
| 60 | box-shadow: 0 10px 30px 0 darken($dark-bg, 5%), 0 1px 2px 0 darken($dark-bg, 10%); |
| 61 | } |
| 62 | .os-service-header .service-name { |
| 63 | color: $dark-color-1; |
| 64 | } |
| 65 | .os-service-body { |
| 66 | .os-service-agents .agents-avatars .agent-avatar { |
| 67 | box-shadow: 0px 0px 0px 3px $dark-bg-1; |
| 68 | } |
| 69 | .os-service-agents .agents-avatars .agents-more { |
| 70 | background-color: $dark-bg; |
| 71 | color: $dark-color-2; |
| 72 | } |
| 73 | .os-service-agents .value strong, |
| 74 | .os-service-info .value strong { |
| 75 | color: $dark-brand-primary; |
| 76 | } |
| 77 | } |
| 78 | } |
| 79 | |
| 80 | .os-table-w.os-table-compact .os-table tr th { |
| 81 | background-color: $dark-bg; |
| 82 | border-color: $dark-border-2; |
| 83 | } |
| 84 | .os-table-w.os-table-compact .os-table tr td { |
| 85 | border-color: $dark-border-2; |
| 86 | } |
| 87 | .os-scrollable-table-w .os-table-w.os-table-compact .os-table tr td:first-child, .os-scrollable-table-w .os-table-w.os-table-compact .os-table tr th:first-child { |
| 88 | box-shadow: inset -1px 0px 0px 0px $dark-border-2; |
| 89 | } |
| 90 | body.latepoint-admin.latepoint-dark .os-scrollable-table-w .os-table-w.os-table-compact .os-table tr td:first-child, body.latepoint-admin.latepoint-dark .os-scrollable-table-w .os-table-w.os-table-compact .os-table tr th:first-child { |
| 91 | box-shadow: inset -1px 0px 0px 0px $dark-border-2; |
| 92 | } |
| 93 | .os-scrollable-table-w { |
| 94 | border-color: $dark-border-2; |
| 95 | } |
| 96 | .os-table-w.os-table-compact .os-table tbody tr:hover td { |
| 97 | background-color: $dark-bg; |
| 98 | } |
| 99 | .os-table tbody tr td { |
| 100 | background-color: $dark-bg; |
| 101 | border-color: $dark-border-2; |
| 102 | } |
| 103 | |
| 104 | .latepoint-btn { |
| 105 | &.latepoint-btn-primary { |
| 106 | background-color: $dark-brand-primary; |
| 107 | } |
| 108 | &.latepoint-btn-secondary { |
| 109 | background-color: $dark-bg-2; |
| 110 | color: $dark-color-1; |
| 111 | } |
| 112 | } |
| 113 | |
| 114 | .agent-day-availability-w .agent-timeslot.is-off { |
| 115 | background-image: repeating-linear-gradient(90deg, $dark-bg, $dark-bg 2px, #873e3e 2px, #873e3e 3px) |
| 116 | } |
| 117 | |
| 118 | |
| 119 | |
| 120 | .appointment-box-squared { |
| 121 | border-bottom-color: $dark-border-1; |
| 122 | .appointment-service-name { |
| 123 | color: $dark-color-1; |
| 124 | } |
| 125 | .appointment-main-info .appointment-main-info-i .appointment-date-i .appointment-date { |
| 126 | color: $dark-color-2; |
| 127 | } |
| 128 | .appointment-date-w .appointment-time { |
| 129 | color: $dark-brand-primary; |
| 130 | } |
| 131 | |
| 132 | .appointment-main-info .appointment-link { |
| 133 | color: $dark-brand-primary; |
| 134 | } |
| 135 | } |
| 136 | .os-widget-daily-bookings { |
| 137 | border-right-color: $dark-border-1; |
| 138 | } |
| 139 | .os-widget { |
| 140 | .stats-tab-info { |
| 141 | background-color: $dark-bg-1; |
| 142 | color: $dark-color-2; |
| 143 | } |
| 144 | .stats-tab-value { |
| 145 | color: $dark-color-1; |
| 146 | .stats-change .stats-change-value { |
| 147 | color: $dark-color-3; |
| 148 | } |
| 149 | } |
| 150 | .stats-tab-label { |
| 151 | color: $dark-color-2; |
| 152 | } |
| 153 | .os-widget-header { |
| 154 | border-bottom-color: $dark-border-1; |
| 155 | &.with-actions { |
| 156 | select { |
| 157 | background-color: $dark-bg-1; |
| 158 | color: $dark-color-1; |
| 159 | border-color: $dark-border-2; |
| 160 | } |
| 161 | |
| 162 | .os-widget-header-actions .os-date-range-picker { |
| 163 | background-color: $dark-bg-1; |
| 164 | color: $dark-color-1; |
| 165 | border-color: $dark-border-2; |
| 166 | |
| 167 | span { |
| 168 | color: $dark-color-1; |
| 169 | } |
| 170 | } |
| 171 | } |
| 172 | } |
| 173 | } |
| 174 | |
| 175 | .os-table-w.os-table-compact .os-table tr td .os-with-avatar .os-clickable-popup-trigger { |
| 176 | background-color: $dark-bg-1; |
| 177 | } |
| 178 | .os-table-w.os-table-compact .os-table tr th .os-form-group .os-form-control, |
| 179 | .os-table-w.os-table-compact .os-table tr th .os-date-range-picker { |
| 180 | background-color: $dark-bg-1; |
| 181 | color: $dark-color-1; |
| 182 | border-color: $dark-border-2; |
| 183 | } |
| 184 | |
| 185 | |
| 186 | .latepoint-top-bar-w .latepoint-top-iconed-link { |
| 187 | color: $dark-icon-color; |
| 188 | } |
| 189 | |
| 190 | .agent-day-bookings-timeline-compact-w .timeslot.with-tick .tick { |
| 191 | background-color: $dark-border-2; |
| 192 | } |
| 193 | |
| 194 | |
| 195 | .timeline-type-toggle { |
| 196 | border-color: $dark-border-2; |
| 197 | .timeline-type-option { |
| 198 | color: $dark-color-2; |
| 199 | |
| 200 | &.active { |
| 201 | background-color: $dark-bg; |
| 202 | border-color: $dark-brand-primary; |
| 203 | color: $dark-brand-primary; |
| 204 | box-shadow: 0px 0px 0px 1px $dark-brand-primary; |
| 205 | } |
| 206 | |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | ul.os-page-tabs { |
| 211 | li a { |
| 212 | color: $dark-color-3; |
| 213 | } |
| 214 | li.os-page-tab-active a { |
| 215 | color: $dark-color-1; |
| 216 | |
| 217 | } |
| 218 | } |
| 219 | |
| 220 | .latepoint-side-menu-w { |
| 221 | background-color: $dark-bg; |
| 222 | border-right-color: $dark-border-1; |
| 223 | .back-to-wp-link-w .back-to-wp-link { |
| 224 | background-color: $dark-bg; |
| 225 | border-color: $dark-brand-primary; |
| 226 | color: $dark-brand-primary; |
| 227 | } |
| 228 | ul.side-menu > li.has-children:after { |
| 229 | color: $dark-color-3; |
| 230 | } |
| 231 | ul.side-menu > li:hover:not(.menu-item-is-active) > a { |
| 232 | background-color: lighten($dark-bg, 10%); |
| 233 | } |
| 234 | ul.side-menu > li.menu-item-is-active > a { |
| 235 | background-color: lighten($dark-bg, 10%); |
| 236 | } |
| 237 | ul.side-menu > li > a { |
| 238 | color: $dark-color-1; |
| 239 | > i { |
| 240 | color: $dark-icon-color; |
| 241 | } |
| 242 | } |
| 243 | ul.side-menu > li.menu-spacer.with-label { |
| 244 | &:after { |
| 245 | background-color: $dark-border-1; |
| 246 | } |
| 247 | |
| 248 | span { |
| 249 | background-color: $dark-bg; |
| 250 | } |
| 251 | } |
| 252 | } |
| 253 | |
| 254 | .latepoint-all-wrapper { |
| 255 | .latepoint-content-w { |
| 256 | background-color: $dark-bg; |
| 257 | } |
| 258 | .latepoint-top-bar-w { |
| 259 | background-color: $dark-bg; |
| 260 | border-bottom-color: $dark-border-1; |
| 261 | .latepoint-top-iconed-link .notifications-count { |
| 262 | border-color: $dark-bg; |
| 263 | } |
| 264 | .latepoint-top-search-w .latepoint-top-search { |
| 265 | background-color: $dark-bg; |
| 266 | } |
| 267 | } |
| 268 | .page-header-w { |
| 269 | border-bottom-color: $dark-border-1; |
| 270 | } |
| 271 | } |
| 272 | } |