__archive.scss
6 years ago
__dashboard_assignment.scss
6 years ago
__dashboard_delete_popup.scss
6 years ago
__dashboard_withdraw_method.scss
6 years ago
_dashboard.scss
6 years ago
_frontend_course_builder.scss
6 years ago
_layout.scss
6 years ago
_option_input.scss
6 years ago
_single_course.scss
6 years ago
_theme.scss
6 years ago
main.scss
6 years ago
_dashboard.scss
996 lines
| 1 | |
| 2 | /* *********************** */ |
| 3 | /* Tutor Dashboard */ |
| 4 | /* *********************** */ |
| 5 | |
| 6 | .tutor-dashboard-header{ |
| 7 | display: flex; |
| 8 | align-items: center; |
| 9 | padding-bottom: 30px; |
| 10 | border-bottom: 1px solid #DCDFE5; |
| 11 | flex-wrap: wrap; |
| 12 | } |
| 13 | |
| 14 | .tutor-dashboard-header-avatar img{ |
| 15 | display: block; |
| 16 | width: 150px; |
| 17 | height: 150px; |
| 18 | border-radius: 50%; |
| 19 | } |
| 20 | |
| 21 | .tutor-dashboard-header-info{ |
| 22 | -webkit-box-flex: 1; |
| 23 | flex-grow: 1; |
| 24 | padding-left: 20px; |
| 25 | padding-top: 15px; |
| 26 | padding-bottom: 15px; |
| 27 | } |
| 28 | |
| 29 | .tutor-dashboard-header-button{ |
| 30 | padding-top: 15px; |
| 31 | } |
| 32 | |
| 33 | .tutor-dashboard-header-display-name h4{ |
| 34 | font-size: 30px; |
| 35 | margin-top: 0px; |
| 36 | margin-bottom: 10px; |
| 37 | line-height: 34px; |
| 38 | } |
| 39 | |
| 40 | .tutor-dashboard-header-stats{ |
| 41 | display: flex; |
| 42 | flex-wrap: wrap; |
| 43 | line-height: 25px; |
| 44 | } |
| 45 | |
| 46 | .tutor-dashboard-header-stats > div:not(:first-child){ |
| 47 | margin-left: 30px; |
| 48 | } |
| 49 | |
| 50 | .tutor-dashboard-social-icons{ |
| 51 | display: inline-flex; |
| 52 | align-items: center; |
| 53 | h4{ |
| 54 | margin: 0 10px 0 0; |
| 55 | font-size: var(--tutor-text-size); |
| 56 | line-height: 25px; |
| 57 | } |
| 58 | a{ |
| 59 | display: inline-block; |
| 60 | font-size: 12px; |
| 61 | padding: 0 5px; |
| 62 | line-height: 25px; |
| 63 | color: #393C40; |
| 64 | transition: 300ms; |
| 65 | &:hover{ |
| 66 | color: var(--tutor-primary-color); |
| 67 | } |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | |
| 72 | /* end dashboard header */ |
| 73 | |
| 74 | /** |
| 75 | * Dashboard Table |
| 76 | */ |
| 77 | |
| 78 | .tutor-dashboard-info-table-wrap{ |
| 79 | margin-bottom: 30px; |
| 80 | table{ |
| 81 | margin-bottom: 0; |
| 82 | border-collapse: collapse; |
| 83 | border: 1px solid #DCDFE5; |
| 84 | border-radius: 4px; |
| 85 | width: 100%; |
| 86 | } |
| 87 | > h3{ |
| 88 | font-size: 20px; |
| 89 | font-weight: 500; |
| 90 | border: 1px solid #DCDFE5; |
| 91 | border-bottom: none; |
| 92 | margin: 0; |
| 93 | padding: 30px; |
| 94 | border-radius: 4px 4px 0 0 ; |
| 95 | + table{ |
| 96 | border-radius: 0 0 4px 4px ; |
| 97 | } |
| 98 | } |
| 99 | } |
| 100 | |
| 101 | .tutor-dashboard-info-table{ |
| 102 | thead{ |
| 103 | background: #FAFBFC; |
| 104 | tr td{ |
| 105 | padding: 15px; |
| 106 | } |
| 107 | } |
| 108 | tbody tr td{ |
| 109 | background: transparent !important; |
| 110 | padding: 20px 15px; |
| 111 | } |
| 112 | |
| 113 | thead, |
| 114 | tbody{ |
| 115 | tr{ |
| 116 | border: 1px solid #DCDFE5; |
| 117 | td:first-child{ |
| 118 | padding-left: 25px; |
| 119 | } |
| 120 | } |
| 121 | } |
| 122 | |
| 123 | span{ |
| 124 | &.pending, |
| 125 | &.pass, |
| 126 | &.fail{ |
| 127 | color: #fff; |
| 128 | font-size: 14px; |
| 129 | line-height: 18px; |
| 130 | padding: 1px 6px; |
| 131 | border-radius: 2px; |
| 132 | } |
| 133 | &.pending{ |
| 134 | background-color: #F5A623; |
| 135 | } |
| 136 | &.fail{ |
| 137 | background-color: #D71830; |
| 138 | } |
| 139 | &.pass{ |
| 140 | background-color: var(--tutor-success-button-color); |
| 141 | } |
| 142 | } |
| 143 | } |
| 144 | |
| 145 | |
| 146 | |
| 147 | /** |
| 148 | * Tutor Dashboard Review |
| 149 | */ |
| 150 | |
| 151 | .tutor-dashboard-single-review{ |
| 152 | border: 1px solid #DCDFE5; |
| 153 | border-radius: 4px; |
| 154 | margin-bottom: 30px; |
| 155 | } |
| 156 | .tutor-dashboard-review-heading{ |
| 157 | padding: 18px 24px; |
| 158 | border-bottom: 1px solid #DCDFE5; |
| 159 | |
| 160 | |
| 161 | display: flex; |
| 162 | align-items: center; |
| 163 | } |
| 164 | .individual-dashboard-review-body{ |
| 165 | padding: 18px 24px; |
| 166 | } |
| 167 | |
| 168 | .tutor-dashboard-review-title{ |
| 169 | font-size: 18px; |
| 170 | -webkit-box-flex: 1; |
| 171 | |
| 172 | flex-grow: 1; |
| 173 | white-space: nowrap; |
| 174 | overflow: hidden; |
| 175 | text-overflow: ellipsis; |
| 176 | font-weight: 300; |
| 177 | } |
| 178 | .tutor-dashboard-review-title a{ |
| 179 | font-weight: 500; |
| 180 | color: var(--tutor-primary-color); |
| 181 | } |
| 182 | |
| 183 | .tutor-dashboard-review-links{ |
| 184 | white-space: nowrap; |
| 185 | font-weight: 400; |
| 186 | } |
| 187 | |
| 188 | .tutor-dashboard-review-links a{ |
| 189 | color: #8C94A8; |
| 190 | margin-left: 30px; |
| 191 | display: inline-flex; |
| 192 | align-items: center; |
| 193 | } |
| 194 | |
| 195 | .tutor-dashboard-review-links a i{ |
| 196 | line-height: inherit; |
| 197 | font-size: 24px; |
| 198 | margin-right: 10px; |
| 199 | } |
| 200 | .tutor-dashboard-review-links a:last-child i{ |
| 201 | color: #F0576A; |
| 202 | } |
| 203 | |
| 204 | |
| 205 | /*dashboard content*/ |
| 206 | |
| 207 | .tutor-dashboard-info-cards{ |
| 208 | margin: 0 -15px 15px; |
| 209 | padding: 0; |
| 210 | |
| 211 | |
| 212 | display: flex; |
| 213 | list-style: none; |
| 214 | |
| 215 | flex-wrap: wrap; |
| 216 | } |
| 217 | .tutor-dashboard-info-cards .tutor-dashboard-info-card{ |
| 218 | padding: 15px; |
| 219 | min-width: 33.333%; |
| 220 | } |
| 221 | |
| 222 | .tutor-dashboard-info-cards .tutor-dashboard-info-card p{ |
| 223 | margin: 0; |
| 224 | padding: 15px 25px; |
| 225 | background: #282C36; |
| 226 | color: #ffffff; |
| 227 | border-radius: 4px; |
| 228 | } |
| 229 | .tutor-dashboard-info-cards .tutor-dashboard-info-card p span.tutor-dashboard-info-val{ |
| 230 | display: block; |
| 231 | font-weight: 700; |
| 232 | font-size: 30px; |
| 233 | line-height: 1.618; |
| 234 | } |
| 235 | .tutor-dashboard-info-cards .tutor-dashboard-info-card p span span{ |
| 236 | display: inline-block; |
| 237 | } |
| 238 | .tutor-dashboard-info-cards .tutor-dashboard-info-card p > *{ |
| 239 | vertical-align: middle; |
| 240 | } |
| 241 | |
| 242 | /*dashboard quiz attempts*/ |
| 243 | .tutor-dashboard-content{ |
| 244 | margin-bottom: 60px; |
| 245 | } |
| 246 | |
| 247 | .tutor-dashboard-content > h2{ |
| 248 | margin-bottom: 20px; |
| 249 | } |
| 250 | |
| 251 | .tutor-dashboard-content .tutor-quiz-attempt-history tr th, |
| 252 | .tutor-dashboard-content .tutor-quiz-attempt-history tr td{ |
| 253 | vertical-align: middle; |
| 254 | } |
| 255 | .tutor-dashboard-content .tutor-quiz-attempt-history tr td:first-child{ |
| 256 | padding: 15px 13px !important; |
| 257 | } |
| 258 | .tutor-dashboard-content .tutor-quiz-attempt-history tr.pass{ |
| 259 | border-left: 3px solid var(--tutor-success-button-color); |
| 260 | } |
| 261 | .tutor-dashboard-content .tutor-quiz-attempt-history tr.fail{ |
| 262 | border-left: 3px solid #D71830; |
| 263 | } |
| 264 | .tutor-dashboard-content .tutor-quiz-attempt-history table span.result-fail, |
| 265 | .tutor-dashboard-content .tutor-quiz-attempt-history table span.result-pass{ |
| 266 | width: auto; |
| 267 | height: auto; |
| 268 | line-height: 19px; |
| 269 | padding: 0 5px; |
| 270 | margin-right: 4px; |
| 271 | } |
| 272 | |
| 273 | |
| 274 | .tutor-dashboard-content .tutor-quiz-attempt-history table tr th{ |
| 275 | background: #FAFBFC; |
| 276 | } |
| 277 | |
| 278 | .tutor-dashboard-content .tutor-quiz-attempt-history table tr td{ |
| 279 | background: #fff; |
| 280 | } |
| 281 | |
| 282 | @media (max-width: 768px) { |
| 283 | .tutor-dashboard-content .tutor-quiz-attempt-history table tr{ |
| 284 | display: flex; |
| 285 | flex-wrap: wrap; |
| 286 | box-sizing: border-box; |
| 287 | } |
| 288 | .tutor-dashboard-content .tutor-quiz-attempt-history table tr th{ |
| 289 | display: none; |
| 290 | } |
| 291 | .tutor-dashboard-content .tutor-quiz-attempt-history table tr td{ |
| 292 | width: 100%; |
| 293 | } |
| 294 | .tutor-dashboard-content .tutor-quiz-attempt-history table tr td:not(:first-child){ |
| 295 | text-align: right; |
| 296 | } |
| 297 | |
| 298 | .tutor-dashboard-content .tutor-quiz-attempt-history table tr td:not(:first-child)::before{ |
| 299 | content: attr(title) ": "; |
| 300 | float: left; |
| 301 | font-weight: 700; |
| 302 | } |
| 303 | |
| 304 | } |
| 305 | |
| 306 | .tutor-dashboard-content .tutor-quiz-attempt-history table a{ |
| 307 | color: var(--tutor-primary-color); |
| 308 | font-weight: 700; |
| 309 | //font-size: var(--tutor-text-size); |
| 310 | line-height: 24px; |
| 311 | } |
| 312 | |
| 313 | |
| 314 | .tutor-dashboard-content .tutor-quiz-attempt-history table a:hover{ |
| 315 | color: var(--tutor-primary-color); |
| 316 | } |
| 317 | |
| 318 | .tutor-dashboard-item-group{ |
| 319 | padding: 25px; |
| 320 | border: 1px solid #DCDFE5; |
| 321 | border-radius: 4px; |
| 322 | margin-bottom: 30px; |
| 323 | } |
| 324 | |
| 325 | .tutor-dashboard-item-group > h4{ |
| 326 | font-size: 20px; |
| 327 | color: var(--tutor-primary-color); |
| 328 | font-weight: 500; |
| 329 | } |
| 330 | |
| 331 | /* Dashboard Assignment */ |
| 332 | .tutor-dashboard-assignment-submitted-table tr td{ |
| 333 | text-align: center; |
| 334 | } |
| 335 | |
| 336 | .tutor-dashboard-assignment-submitted-table tr td a{ |
| 337 | color: #8C94A8; |
| 338 | transition: 300ms; |
| 339 | } |
| 340 | |
| 341 | .tutor-dashboard-assignment-submitted-table tr td a:hover{ |
| 342 | color: var(--tutor-primary-color); |
| 343 | } |
| 344 | |
| 345 | .tutor-dashboard-assignment-submitted-table tr td, |
| 346 | .tutor-dashboard-assignment-submitted-table tr th{ |
| 347 | border: 1px solid #DCDFE5; |
| 348 | } |
| 349 | |
| 350 | /* Dashboard Assignment Review */ |
| 351 | |
| 352 | .tutor-assignment-review-header{ |
| 353 | margin-bottom: 30px; |
| 354 | } |
| 355 | .tutor-assignment-review-header h3{ |
| 356 | margin-bottom: 10px; |
| 357 | line-height: 28px; |
| 358 | } |
| 359 | |
| 360 | .tutor-assignment-evaluate-wraps h3, |
| 361 | .tutor-assignment-review-header h3 a{ |
| 362 | font-size: 22px; |
| 363 | font-weight: 700; |
| 364 | color: var(--tutor-text-color); |
| 365 | display: block; |
| 366 | } |
| 367 | |
| 368 | .tutor-assignment-review-header p{ |
| 369 | margin: 0; |
| 370 | color: var(--tutor-text-color); |
| 371 | font-weight: 700; |
| 372 | } |
| 373 | |
| 374 | .tutor-assignment-review-header p a{ |
| 375 | font-weight: 400; |
| 376 | color: var(--tutor-text-color); |
| 377 | } |
| 378 | |
| 379 | .tutor-assignment-review-header a{ |
| 380 | transition: 300ms; |
| 381 | } |
| 382 | |
| 383 | .tutor-assignment-review-header a:hover{ |
| 384 | color: var(--tutor-primary-color); |
| 385 | } |
| 386 | |
| 387 | .tutor-dashboard-assignment-review{ |
| 388 | background: rgba(220, 223, 229, 0.14); |
| 389 | border: 1px solid #DCDFE5; |
| 390 | padding: 25px; |
| 391 | //font-size: var(--tutor-text-size); |
| 392 | font-weight: 400; |
| 393 | border-radius: 4px; |
| 394 | margin-bottom: 40px; |
| 395 | } |
| 396 | |
| 397 | .tutor-dashboard-assignment-review h5, |
| 398 | .tutor-dashboard-assignment-review h4{ |
| 399 | font-size: 16px; |
| 400 | line-height: 23px; |
| 401 | font-weight: 700; |
| 402 | color: var(--tutor-text-color); |
| 403 | } |
| 404 | .tutor-dashboard-assignment-review h5{ |
| 405 | //font-size: var(--tutor-text-size); |
| 406 | margin-bottom: 15px; |
| 407 | } |
| 408 | |
| 409 | .tutor-dashboard-assignment-files { |
| 410 | display: flex; |
| 411 | flex-wrap: wrap; |
| 412 | margin: -9px; |
| 413 | } |
| 414 | |
| 415 | .tutor-dashboard-assignment-files .uploaded-files{ |
| 416 | background-color: #fff; |
| 417 | border: 1px solid #DCDFE5; |
| 418 | border-radius: 4px; |
| 419 | margin: 9px; |
| 420 | transition: 300ms; |
| 421 | } |
| 422 | |
| 423 | .tutor-dashboard-assignment-files .uploaded-files:hover{ |
| 424 | box-shadow: 0 5px 10px rgba(0,0,0,.1); |
| 425 | } |
| 426 | |
| 427 | .tutor-dashboard-assignment-files .uploaded-files a i{ |
| 428 | margin-right: 12px; |
| 429 | color: #606C8F; |
| 430 | float: left; |
| 431 | font-size: 28px; |
| 432 | line-height: 28px; |
| 433 | } |
| 434 | |
| 435 | .tutor-dashboard-assignment-files .uploaded-files a{ |
| 436 | color: var(--tutor-primary-color); |
| 437 | display: block; |
| 438 | overflow: hidden; |
| 439 | line-height: 28px; |
| 440 | padding: 15px 17px; |
| 441 | } |
| 442 | |
| 443 | .tutor-assignment-evaluate-row{ |
| 444 | display: flex; |
| 445 | } |
| 446 | |
| 447 | .tutor-assignment-evaluate-row .tutor-option-field-label{ |
| 448 | flex: 0 0 135px; |
| 449 | } |
| 450 | |
| 451 | .tutor-assignment-evaluate-row .tutor-option-field{ |
| 452 | flex-grow: 1; |
| 453 | } |
| 454 | |
| 455 | .tutor-assignment-evaluate-row .tutor-option-field-label label{ |
| 456 | display: block; |
| 457 | padding-top: 12px; |
| 458 | } |
| 459 | |
| 460 | .tutor-option-field-label label br{ |
| 461 | display: none; |
| 462 | } |
| 463 | |
| 464 | .tutor-option-field-label label p{ |
| 465 | margin: 0; |
| 466 | display: inline-block; |
| 467 | } |
| 468 | |
| 469 | .tutor-assignment-evaluate-row textarea, |
| 470 | .tutor-assignment-evaluate-row .tutor-option-field input{ |
| 471 | border: 1px solid #DCDFE5; |
| 472 | height: 50px; |
| 473 | padding: 0 15px; |
| 474 | border-radius: 4px; |
| 475 | width: 100px; |
| 476 | background-color: #fff; |
| 477 | } |
| 478 | |
| 479 | |
| 480 | .tutor-assignment-evaluate-row textarea{ |
| 481 | height: 165px; |
| 482 | width: 100%; |
| 483 | } |
| 484 | |
| 485 | .tutor-assignment-evaluate-row{ |
| 486 | margin-bottom: 60px; |
| 487 | } |
| 488 | |
| 489 | .tutor-assignment-evaluate-row p.desc{ |
| 490 | margin-bottom: 0; |
| 491 | margin-top: 6px; |
| 492 | //font-size: var(--tutor-text-size); |
| 493 | font-style: italic; |
| 494 | } |
| 495 | |
| 496 | /* end dashboard content*/ |
| 497 | |
| 498 | /* dashboard profile*/ |
| 499 | |
| 500 | .tutor-dashboard-profile .tutor-dashboard-profile-item{ |
| 501 | |
| 502 | |
| 503 | display: flex; |
| 504 | } |
| 505 | |
| 506 | .tutor-dashboard-profile .tutor-dashboard-profile-item .heading{ |
| 507 | min-width: 190px; |
| 508 | } |
| 509 | |
| 510 | @media (max-width: 480px) { |
| 511 | .tutor-dashboard-profile .tutor-dashboard-profile-item{ |
| 512 | flex-wrap: wrap; |
| 513 | } |
| 514 | .tutor-dashboard-profile .tutor-dashboard-profile-item .heading{ |
| 515 | min-width: 100%; |
| 516 | width: 100%; |
| 517 | font-weight: 700; |
| 518 | margin-bottom: 6px; |
| 519 | } |
| 520 | } |
| 521 | |
| 522 | .tutor-dashboard-profile .tutor-dashboard-profile-item .content{ |
| 523 | -webkit-box-flex: 1; |
| 524 | |
| 525 | flex-grow: 1; |
| 526 | } |
| 527 | |
| 528 | .tutor-dashboard-profile .tutor-dashboard-profile-item .content small{ |
| 529 | font-size: inherit; |
| 530 | font-style: italic; |
| 531 | /*color: #999;*/ |
| 532 | } |
| 533 | |
| 534 | .tutor-dashboard-profile .tutor-dashboard-profile-item .content small a{ |
| 535 | color: var(--tutor-primary-color); |
| 536 | } |
| 537 | |
| 538 | /* end dashboard profile*/ |
| 539 | |
| 540 | .tutor-dashboard-avater img{ |
| 541 | width: 70px; |
| 542 | height: 70px; |
| 543 | display: block; |
| 544 | border-radius: 50%; |
| 545 | } |
| 546 | .tutor-dashboard-student-info h4{ |
| 547 | font-size: 18px; |
| 548 | color: var(--tutor-light-color); |
| 549 | margin-bottom: 0; |
| 550 | } |
| 551 | .tutor-dashboard-student-info h4 a{ |
| 552 | color: var(--tutor-text-color); |
| 553 | } |
| 554 | .tutor-dashboard-user-role{ |
| 555 | //font-size: var(--tutor-text-size); |
| 556 | font-weight: 400; |
| 557 | } |
| 558 | /*.tutor-dashboard-student-meta ul{ |
| 559 | list-style: none; |
| 560 | margin: 20px 0 40px; |
| 561 | padding: 15px 0; |
| 562 | border-top: 1px solid #DCDFE5; |
| 563 | border-bottom: 1px solid #DCDFE5; |
| 564 | //font-size: var(--tutor-text-size); |
| 565 | } |
| 566 | .tutor-dashboard-student-meta ul li{ |
| 567 | display: inline-block; |
| 568 | color: var(--tutor-text-color); |
| 569 | margin-left: 60px; |
| 570 | }*/ |
| 571 | .tutor-dashboard-inline-links{ |
| 572 | margin-bottom: 30px; |
| 573 | } |
| 574 | .tutor-dashboard-inline-links ul{ |
| 575 | margin: 0; |
| 576 | padding: 0; |
| 577 | border-bottom: 1px solid #DFE1E5; |
| 578 | } |
| 579 | .tutor-dashboard-inline-links ul li{ |
| 580 | display: inline-block; |
| 581 | } |
| 582 | .tutor-dashboard-inline-links ul li a{ |
| 583 | display: block; |
| 584 | padding: 5px 10px; |
| 585 | color: var(--tutor-primary-color); |
| 586 | margin-bottom: -1px; |
| 587 | line-height: 40px; |
| 588 | } |
| 589 | .tutor-dashboard-inline-links ul li a:hover, .tutor-dashboard-inline-links ul li.active a { |
| 590 | color: var(--tutor-primary-color); |
| 591 | border-bottom: 1px solid var(--tutor-primary-color); |
| 592 | padding-bottom: 4px; |
| 593 | } |
| 594 | .tutor-dashboard-student-meta ul li:first-child{ |
| 595 | margin-left: 0; |
| 596 | } |
| 597 | @media (max-width: 767px){ |
| 598 | .tutor-dashboard-student-meta ul{ |
| 599 | display: block; |
| 600 | border: none; |
| 601 | padding: 0; |
| 602 | } |
| 603 | .tutor-dashboard-student-meta ul li{ |
| 604 | display: inline-block; |
| 605 | color: var(--tutor-text-color); |
| 606 | margin: 5px; |
| 607 | border: 1px solid #dddddd; |
| 608 | padding: 5px 10px; |
| 609 | border-radius: 4px; |
| 610 | } |
| 611 | } |
| 612 | .tutor-dashboard-student-meta ul li strong{ |
| 613 | display: block; |
| 614 | color: var(--tutor-light-color); |
| 615 | font-weight: 400; |
| 616 | } |
| 617 | .tutor-dashboard-permalinks{ |
| 618 | list-style: none; |
| 619 | margin: 0px 0 20px; |
| 620 | //font-size: var(--tutor-text-size); |
| 621 | padding: 20px 0; |
| 622 | border-right: 1px solid #DCDFE5; |
| 623 | } |
| 624 | .tutor-dashboard-permalinks li:not(:last-child){ |
| 625 | |
| 626 | } |
| 627 | .tutor-dashboard-permalinks li a:hover{ |
| 628 | background-color: #EDF0F9; |
| 629 | } |
| 630 | .tutor-dashboard-permalinks li.active a{ |
| 631 | background-color: var(--tutor-primary-color); |
| 632 | color: #ffffff; |
| 633 | } |
| 634 | |
| 635 | @media (max-width: 991px) { |
| 636 | .tutor-dashboard-student .tutor-col-3, |
| 637 | .tutor-dashboard-student .tutor-col-9{ |
| 638 | flex: 0 0 100%; |
| 639 | max-width: 100%; |
| 640 | } |
| 641 | } |
| 642 | |
| 643 | .tutor-dashboard-permalinks a{ |
| 644 | display: block; |
| 645 | color: var(--tutor-text-color); |
| 646 | padding: 10px 20px; |
| 647 | line-height: 28px; |
| 648 | } |
| 649 | |
| 650 | .tutor-dashboard-permalinks a:before{ |
| 651 | content: "\e968"; |
| 652 | font-family: 'tutor' !important; |
| 653 | speak: none; |
| 654 | font-style: normal; |
| 655 | font-weight: normal; |
| 656 | font-variant: normal; |
| 657 | text-transform: none; |
| 658 | line-height: inherit; |
| 659 | -webkit-font-smoothing: antialiased; |
| 660 | -moz-osx-font-smoothing: grayscale; |
| 661 | margin-right: 15px; |
| 662 | vertical-align: middle; |
| 663 | color: var(--tutor-primary-color); |
| 664 | opacity: .6; |
| 665 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; |
| 666 | font-size: 17px; |
| 667 | } |
| 668 | .tutor-dashboard-permalinks a:hover:before{ |
| 669 | opacity: 1; |
| 670 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| 671 | } |
| 672 | |
| 673 | .tutor-dashboard-permalinks li.active a:before{ |
| 674 | opacity: 1; |
| 675 | -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; |
| 676 | color: #fff; |
| 677 | } |
| 678 | .tutor-dashboard-menu-bio a:before, |
| 679 | .tutor-dashboard-menu-my-profile a:before{ |
| 680 | content: "\e963"; |
| 681 | } |
| 682 | |
| 683 | .tutor-dashboard-menu-enrolled-courses a:before{ |
| 684 | content: "\e969"; |
| 685 | } |
| 686 | |
| 687 | .tutor-dashboard-menu-courses_taken a:before, |
| 688 | .tutor-dashboard-menu-my-courses a:before{ |
| 689 | content: "\e965"; |
| 690 | } |
| 691 | |
| 692 | .tutor-dashboard-menu-wishlist a:before{ |
| 693 | content: "\e908"; |
| 694 | } |
| 695 | |
| 696 | .tutor-dashboard-menu-reviews a:before{ |
| 697 | content: "\e917"; |
| 698 | } |
| 699 | |
| 700 | .tutor-dashboard-menu-quiz-attempts a:before{ |
| 701 | content: "\e948"; |
| 702 | } |
| 703 | |
| 704 | .tutor-dashboard-menu-earning a:before{ |
| 705 | content: "\e96b"; |
| 706 | } |
| 707 | |
| 708 | .tutor-dashboard-menu-withdraw a:before{ |
| 709 | content: "\e960"; |
| 710 | } |
| 711 | .tutor-dashboard-menu-settings a:before{ |
| 712 | content: "\e961"; |
| 713 | } |
| 714 | .tutor-dashboard-menu-logout a:before{ |
| 715 | content: "\e962"; |
| 716 | } |
| 717 | |
| 718 | .tutor-dashboard-menu-purchase_history a:before{ |
| 719 | content: "\e964"; |
| 720 | } |
| 721 | .tutor-dashboard-menu-assignments a:before{ |
| 722 | content: "\e98b"; |
| 723 | } |
| 724 | .tutor-dashboard-content{ |
| 725 | padding-top: 30px; |
| 726 | } |
| 727 | |
| 728 | .tutor-dashboard-content > h3{ |
| 729 | color: var(--tutor-text-color); |
| 730 | font-size: 22px; |
| 731 | font-weight: 500; |
| 732 | line-height: 23px; |
| 733 | margin-bottom: 20px; |
| 734 | } |
| 735 | |
| 736 | |
| 737 | /** Earning Report */ |
| 738 | .tutor-date-range-filter-wrap{ |
| 739 | margin: 15px 0 20px; |
| 740 | font-size: 12px; |
| 741 | } |
| 742 | |
| 743 | |
| 744 | .report-top-sub-menu{ |
| 745 | margin: 0 10px 5px 0; |
| 746 | display: inline-block; |
| 747 | font-size: 0; |
| 748 | } |
| 749 | |
| 750 | .report-top-sub-menu a{ |
| 751 | text-decoration: none; |
| 752 | padding: 5px 8px; |
| 753 | border: 1px solid #D7DADF; |
| 754 | color: #AAAEB3; |
| 755 | white-space: nowrap; |
| 756 | display: inline-block; |
| 757 | font-size: 12px; |
| 758 | } |
| 759 | |
| 760 | |
| 761 | .report-top-sub-menu a:not(:first-child){ |
| 762 | margin-left: -1px; |
| 763 | } |
| 764 | |
| 765 | .report-top-sub-menu a:hover{ |
| 766 | background: #EDF0F9; |
| 767 | color: #333; |
| 768 | } |
| 769 | .report-top-sub-menu a.active { |
| 770 | background-color: var(--tutor-primary-color); |
| 771 | color: #ffffff; |
| 772 | border: 1px solid var(--tutor-primary-hover-color); |
| 773 | } |
| 774 | .tutor-date-range-wrap{ |
| 775 | display: inline-block; |
| 776 | } |
| 777 | .report-date-range-form{ |
| 778 | |
| 779 | |
| 780 | display: flex; |
| 781 | margin-bottom: 0; |
| 782 | max-width: 370px; |
| 783 | } |
| 784 | .date-range-input{ |
| 785 | position: relative; |
| 786 | } |
| 787 | |
| 788 | |
| 789 | .date-range-input input{ |
| 790 | border-radius: 0 !important; |
| 791 | margin: 0 !important; |
| 792 | border-right: none !important; |
| 793 | font-size: 14px; |
| 794 | } |
| 795 | |
| 796 | .date-range-input:last-child{ |
| 797 | margin-right: 0; |
| 798 | } |
| 799 | |
| 800 | |
| 801 | .date-range-input:last-child button{ |
| 802 | border-radius: 0; |
| 803 | } |
| 804 | |
| 805 | .date-range-input input, .date-range-input input[type=text]=text]{ |
| 806 | border: 1px solid #D7DADF; |
| 807 | box-shadow: none; |
| 808 | line-height: 29px; |
| 809 | margin: 0; |
| 810 | padding-right: 30px; |
| 811 | padding-top: 0; |
| 812 | padding-bottom: 0; |
| 813 | width: 100%; |
| 814 | } |
| 815 | .date-range-input i.tutor-icon-calendar{ |
| 816 | position: absolute; |
| 817 | right: 10px; |
| 818 | top: 7px; |
| 819 | } |
| 820 | .date-range-input button{ |
| 821 | background-color: var(--tutor-primary-color); |
| 822 | color: #ffffff; |
| 823 | border: none; |
| 824 | line-height: 30px; |
| 825 | padding: 0 15px; |
| 826 | } |
| 827 | .report-download-csv-icon{ |
| 828 | float: right; |
| 829 | } |
| 830 | .report-download-csv-icon a{ |
| 831 | text-decoration: none; |
| 832 | } |
| 833 | |
| 834 | .tutor-dashboard-statement-table-wrap{ |
| 835 | overflow-x: auto; |
| 836 | } |
| 837 | |
| 838 | table.tutor-dashboard-statement-table p{ |
| 839 | margin: 0; |
| 840 | padding: 0; |
| 841 | } |
| 842 | table.tutor-dashboard-statement-table p.small-text { |
| 843 | font-size: 12px; |
| 844 | color: #666666; |
| 845 | } |
| 846 | /** ENd earning report **/ |
| 847 | |
| 848 | |
| 849 | .tutor-mycourse-thumbnail { |
| 850 | flex: 0 0 250px; |
| 851 | background-size: cover; |
| 852 | background-position: center; |
| 853 | } |
| 854 | .tutor-mycourse-content { |
| 855 | padding: 20px; |
| 856 | flex: 1; |
| 857 | } |
| 858 | |
| 859 | |
| 860 | @media (max-width: 580px) { |
| 861 | .tutor-mycourse-thumbnail{ |
| 862 | height: 200px; |
| 863 | } |
| 864 | .tutor-mycourse-thumbnail, |
| 865 | .tutor-mycourse-content{ |
| 866 | min-width: 100%; |
| 867 | width: 100%; |
| 868 | } |
| 869 | } |
| 870 | |
| 871 | .tutor-mycourse-content h3{ |
| 872 | margin: 0 0 9px; |
| 873 | } |
| 874 | .tutor-mycourse-content h3 a:hover{ |
| 875 | color: var(--tutor-primary-color); |
| 876 | } |
| 877 | .tutor-mycourse-rating{ |
| 878 | color: #F8C51C; |
| 879 | font-size: 14px; |
| 880 | } |
| 881 | .tutor-mycourse-rating i{ |
| 882 | margin-right: 4px; |
| 883 | } |
| 884 | .tutor-dashboard-content-inner{ |
| 885 | //font-size: var(--tutor-text-size); |
| 886 | } |
| 887 | |
| 888 | .tutor-mycourse-edit, |
| 889 | .tutor-mycourse-delete{ |
| 890 | color: var(--tutor-light-color); |
| 891 | -webkit-transition: 300ms; |
| 892 | transition: 300ms; |
| 893 | } |
| 894 | |
| 895 | .tutor-mycourse-edit:hover, |
| 896 | .tutor-mycourse-delete:hover{ |
| 897 | color: var(--tutor-primary-color) |
| 898 | } |
| 899 | |
| 900 | .tutor-mycourse-edit i, |
| 901 | .tutor-mycourse-delete i{ |
| 902 | line-height: inherit; |
| 903 | display: inline-block; |
| 904 | vertical-align: top; |
| 905 | color: var(--tutor-primary-color); |
| 906 | } |
| 907 | .tutor-mycourse-delete i{ |
| 908 | color: #f05120; |
| 909 | } |
| 910 | .tutor-dashboard-content-inner .tutor-mycourse-wrap{ |
| 911 | |
| 912 | |
| 913 | display: flex; |
| 914 | margin-bottom: 30px; |
| 915 | border: 1px solid #DCDFE5; |
| 916 | border-radius: 4px; |
| 917 | flex-direction: row; |
| 918 | overflow: hidden; |
| 919 | } |
| 920 | |
| 921 | @media (max-width: 580px) { |
| 922 | .tutor-dashboard-content-inner .tutor-mycourse-wrap{ |
| 923 | flex-wrap: wrap; |
| 924 | } |
| 925 | } |
| 926 | |
| 927 | .tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-course-status h4{ |
| 928 | display: none; |
| 929 | } |
| 930 | |
| 931 | .tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating{ |
| 932 | margin-bottom: 3px; |
| 933 | } |
| 934 | .tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating a{ |
| 935 | //font-size: var(--tutor-text-size); |
| 936 | font-weight: 400; |
| 937 | margin-left: 5px; |
| 938 | color: #8C94A8; |
| 939 | } |
| 940 | |
| 941 | .tutor-dashboard-content-inner .tutor-mycourse-wrap .tutor-mycourse-rating a:hover{ |
| 942 | color: var(--tutor-primary-color); |
| 943 | } |
| 944 | |
| 945 | .tutor-dashboard-content-inner .tutor-mycourse-wrap p:last-child{ |
| 946 | margin-bottom: 0; |
| 947 | } |
| 948 | .tutor-mycourse-content .mycourse-footer { |
| 949 | |
| 950 | |
| 951 | display: flex; |
| 952 | } |
| 953 | |
| 954 | .tutor-mycourse-content .mycourse-footer .tutor-mycourses-stats{ |
| 955 | flex: 1; |
| 956 | } |
| 957 | .tutor-dashboard-content-inner .tutor-mycourses-stats > *{ |
| 958 | margin-right: 8px; |
| 959 | } |
| 960 | .tutor-mycourse-status{ |
| 961 | margin-right: 15px; |
| 962 | } |
| 963 | .tutor-dashboard-content-inner h3 a{ |
| 964 | color: var(--tutor-text-color); |
| 965 | font-size: 22px; |
| 966 | line-height: 28px; |
| 967 | font-weight: 500; |
| 968 | display: block; |
| 969 | } |
| 970 | |
| 971 | .tutor-dashboard-content-inner .tutor-course-metadata ul{ |
| 972 | display: block; |
| 973 | list-style: none; |
| 974 | margin: 0 0 10px; |
| 975 | padding: 0; |
| 976 | //font-size: var(--tutor-text-size); |
| 977 | } |
| 978 | |
| 979 | .tutor-dashboard-content-inner .tutor-progress-bar-wrap{ |
| 980 | margin-bottom: 0; |
| 981 | } |
| 982 | .tutor-dashboard-content-inner .tutor-course-metadata li{ |
| 983 | display: inline-block; |
| 984 | color: var(--tutor-light-color); |
| 985 | margin-left: 20px; |
| 986 | } |
| 987 | |
| 988 | .tutor-dashboard-content-inner .tutor-course-metadata li:first-child{ |
| 989 | margin-left: 0; |
| 990 | } |
| 991 | |
| 992 | .tutor-dashboard-content-inner .tutor-course-metadata li span{ |
| 993 | color: var(--tutor-text-color); |
| 994 | margin-left: 5px; |
| 995 | } |
| 996 |