| @@ -63,11 +63,13 @@ | ||
| 63 | 63 | border-color: {$primary_color}; |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | .tt-form-left-sidebar .ant-space-item svg, |
| 67 | + .tt-form-category-sidebar .ant-space-item svg, | |
| 67 | 68 | .anticon svg, |
| 68 | 69 | .meeting-info-list li svg, |
| 69 | - .tt-form-left-sidebar .tt-meeting-location-list .anticon svg { | |
| 70 | + .tt-form-left-sidebar .tt-meeting-location-list .anticon svg , | |
| 71 | + .tt-form-category-sidebar .tt-meeting-location-list .anticon svg{ | |
| 70 | 72 | fill: {$primary_color}; |
| 71 | 73 | } |
| 72 | 74 | |
| 73 | 75 | .ant-btn-background-ghost.ant-btn-primary:focus, .ant-btn-background-ghost.ant-btn-primary:hover, |
| @@ -81,9 +83,9 @@ | ||
| 81 | 83 | .ant-btn-primary:focus, .ant-btn-primary:hover{ |
| 82 | 84 | border-color: {$secondary_color}; |
| 83 | 85 | } |
| 84 | 86 | |
| 85 | - .ant-btn-primary:focus, | |
| 87 | + .ant-btn-primary:focus, | |
| 86 | 88 | .ant-btn-primary:hover{ |
| 87 | 89 | background-color: {$secondary_color}; |
| 88 | 90 | } |
| 89 | 91 | |
| @@ -96,10 +98,12 @@ | ||
| 96 | 98 | color: {$primary_color}; |
| 97 | 99 | border-color: {$primary_color}; |
| 98 | 100 | } |
| 99 | 101 | |
| 100 | - .tt-form-left-sidebar .submit-btn, | |
| 102 | + .tt-form-left-sidebar .submit-btn, | |
| 103 | + .tt-form-category-sidebar .submit-btn, | |
| 101 | 104 | .tt-booking-body-wrap .submit-btn, |
| 105 | + .tt-category-booking-wrap .submit-btn, | |
| 102 | 106 | .tt-flatpickr-calendar .flatpickr-day.selected, |
| 103 | 107 | .toplevel_page_timetics .tt-flatpickr-calendar .flatpickr-day.selected { |
| 104 | 108 | background: {$primary_color}; |
| 105 | 109 | } |
| @@ -107,11 +111,20 @@ | ||
| 107 | 111 | .toplevel_page_timetics .ant-btn.ant-btn-primary:hover, |
| 108 | 112 | .toplevel_page_timetics .ant-btn.ant-btn-primary:focus, |
| 109 | 113 | .tt-form-left-sidebar .submit-btn:hover, |
| 110 | 114 | .tt-form-left-sidebar .submit-btn:focus, |
| 115 | + .tt-form-category-sidebar .submit-btn:hover, | |
| 116 | + .tt-form-category-sidebar .submit-btn:focus, | |
| 111 | 117 | .tt-booking-body-wrap .submit-btn:hover, |
| 112 | - .tt-booking-body-wrap .submit-btn:focus { | |
| 118 | + .tt-booking-body-wrap .submit-btn:focus, | |
| 119 | + .tt-category-booking-wrap .submit-btn:hover, | |
| 120 | + .tt-category-booking-wrap .submit-btn:focus { | |
| 113 | 121 | background: {$secondary_color}; |
| 122 | + } | |
| 123 | + | |
| 124 | + .tt-form-left-sidebar .tt-meeting-location-list .anticon.tt-money-icon svg path , | |
| 125 | + .tt-form-category-sidebar .tt-meeting-location-list .anticon.tt-money-icon svg path { | |
| 126 | + stroke: {$primary_color}; | |
| 114 | 127 | } |
| 115 | 128 | |
| 116 | 129 | "; |
| 117 | 130 | |