style.css
30 lines
| 1 | |
| 2 | .wrapper > .tutor-wrap{ |
| 3 | padding-top: 150px; |
| 4 | padding-bottom: 80px; |
| 5 | } |
| 6 | |
| 7 | |
| 8 | .wrapper > .tutor-wrap:not(.tutor-container){ |
| 9 | background: #fff; |
| 10 | } |
| 11 | |
| 12 | .tutor-single-lesson-wrap{ |
| 13 | padding-top: 71px; |
| 14 | padding-bottom: 80px; |
| 15 | } |
| 16 | |
| 17 | .tutor-lead-info-btn-group .tutor-course-complete-form-wrap button, |
| 18 | .tutor-single-course-meta ul li.tutor-social-share button{ |
| 19 | box-shadow: none !important; |
| 20 | } |
| 21 | |
| 22 | .tutor-single-course-meta ul li.tutor-social-share button:hover{ |
| 23 | color: var(--tutor-primary-color) !important; |
| 24 | } |
| 25 | |
| 26 | .tutor-form-group textarea { |
| 27 | border: 1px solid #E8EFF1 !important; |
| 28 | box-shadow: none !important; |
| 29 | background-image: none !important; |
| 30 | } |