|
87 | 87 | /* contribute item dark */ |
88 | 88 |
|
89 | 89 | .theme-dark .mobile-menu-item.contribute::after { |
90 | | - content: url("../../../../images/icon-buttons/link/dark/default.svg"); |
| 90 | + content: url("../../../images/icon-buttons/link/dark/default.svg"); |
91 | 91 | margin-left: calc(1 * var(--base-spacing)); |
92 | 92 | height: calc(2 * var(--base-spacing)); |
93 | 93 | height: calc(2 * var(--base-spacing)); |
94 | 94 | } |
95 | 95 |
|
96 | 96 | .theme-dark .mobile-menu-item.contribute:hover::after { |
97 | | - content: url("../../../../images/icon-buttons/link/dark/hover.svg"); |
| 97 | + content: url("../../../images/icon-buttons/link/dark/hover.svg"); |
98 | 98 | } |
99 | 99 |
|
100 | 100 | .theme-dark .mobile-menu-item.contribute:active::after { |
101 | | - content: url("../../../../images/icon-buttons/link/dark/active.svg"); |
| 101 | + content: url("../../../images/icon-buttons/link/dark/active.svg"); |
102 | 102 | } |
103 | 103 |
|
104 | 104 | /* contribute item light */ |
105 | 105 |
|
106 | 106 | .mobile-menu-item.contribute::after { |
107 | | - content: url("../../../../images/icon-buttons/link/light/default.svg"); |
| 107 | + content: url("../../../images/icon-buttons/link/light/default.svg"); |
108 | 108 | margin-left: calc(1 * var(--base-spacing)); |
109 | 109 | height: calc(2 * var(--base-spacing)); |
110 | 110 | height: calc(2 * var(--base-spacing)); |
111 | 111 | } |
112 | 112 |
|
113 | 113 | .mobile-menu-item.contribute:hover::after { |
114 | | - content: url("../../../../images/icon-buttons/link/light/hover.svg"); |
| 114 | + content: url("../../../images/icon-buttons/link/light/hover.svg"); |
115 | 115 | } |
116 | 116 |
|
117 | 117 | .mobile-menu-item.contribute:active::after { |
118 | | - content: url("../../../../images/icon-buttons/link/light/active.svg"); |
| 118 | + content: url("../../../images/icon-buttons/link/light/active.svg"); |
119 | 119 | } |
120 | 120 |
|
121 | 121 | /* mode item dark*/ |
122 | 122 |
|
123 | 123 | .theme-dark .mobile-menu-item.mode::before { |
124 | | - content: url("../../../../images/icon-buttons/sun/dark/default.svg"); |
| 124 | + content: url("../../../images/icon-buttons/sun/dark/default.svg"); |
125 | 125 | margin-right: calc(1 * var(--base-spacing)); |
126 | 126 | height: calc(2 * var(--base-spacing)); |
127 | 127 | height: calc(2 * var(--base-spacing)); |
128 | 128 | } |
129 | 129 |
|
130 | 130 | .theme-dark .mobile-menu-item.mode:hover::before { |
131 | | - content: url("../../../../images/icon-buttons/sun/dark/hover.svg"); |
| 131 | + content: url("../../../images/icon-buttons/sun/dark/hover.svg"); |
132 | 132 | } |
133 | 133 |
|
134 | 134 | .theme-dark .mobile-menu-item.mode:active::before { |
135 | | - content: url("../../../../images/icon-buttons/sun/dark/active.svg"); |
| 135 | + content: url("../../../images/icon-buttons/sun/dark/active.svg"); |
136 | 136 | } |
137 | 137 |
|
138 | 138 | /* mode item light*/ |
139 | 139 |
|
140 | 140 | .mobile-menu-item.mode::before { |
141 | | - content: url("../../../../images/icon-buttons/moon/light/default.svg"); |
| 141 | + content: url("../../../images/icon-buttons/moon/light/default.svg"); |
142 | 142 | margin-right: calc(1 * var(--base-spacing)); |
143 | 143 | height: calc(2 * var(--base-spacing)); |
144 | 144 | height: calc(2 * var(--base-spacing)); |
145 | 145 | } |
146 | 146 |
|
147 | 147 | .mobile-menu-item.mode:hover::before { |
148 | | - content: url("../../../../images/icon-buttons/moon/light/hover.svg"); |
| 148 | + content: url("../../../images/icon-buttons/moon/light/hover.svg"); |
149 | 149 | } |
150 | 150 |
|
151 | 151 | .mobile-menu-item.mode:active::before { |
152 | | - content: url("../../../../images/icon-buttons/moon/light/active.svg"); |
| 152 | + content: url("../../../images/icon-buttons/moon/light/active.svg"); |
153 | 153 | } |
154 | 154 |
|
155 | 155 | #mobile-menu-close { |
|
161 | 161 | } |
162 | 162 |
|
163 | 163 | #mobile-menu-close::after { |
164 | | - content: url("../../../../images/icon-buttons/close/light/default.svg"); |
| 164 | + content: url("../../../images/icon-buttons/close/light/default.svg"); |
165 | 165 | } |
166 | 166 |
|
167 | 167 | #mobile-menu-close:hover::after { |
168 | | - content: url("../../../../images/icon-buttons/close/light/hover.svg"); |
| 168 | + content: url("../../../images/icon-buttons/close/light/hover.svg"); |
169 | 169 | } |
170 | 170 |
|
171 | 171 | #mobile-menu-close:active::after { |
172 | | - content: url("../../../../images/icon-buttons/close/light/active.svg"); |
| 172 | + content: url("../../../images/icon-buttons/close/light/active.svg"); |
173 | 173 | } |
174 | 174 |
|
175 | 175 | #mobile-menu-close:disabled::after { |
176 | | - content: url("../../../../images/icon-buttons/close/light/disabled.svg"); |
| 176 | + content: url("../../../images/icon-buttons/close/light/disabled.svg"); |
177 | 177 | } |
178 | 178 |
|
179 | 179 | #mobile-menu-close:focus::after { |
180 | | - content: url("../../../../images/icon-buttons/close/light/focus.svg"); |
| 180 | + content: url("../../../images/icon-buttons/close/light/focus.svg"); |
181 | 181 | } |
182 | 182 |
|
183 | 183 | #mobile-menu-close.selected::after { |
184 | | - content: url("../../../../images/icon-buttons/close/light/selected.svg"); |
| 184 | + content: url("../../../images/icon-buttons/close/light/selected.svg"); |
185 | 185 | } |
186 | 186 |
|
187 | 187 | .theme-dark #mobile-menu-close::after { |
188 | | - content: url("../../../../images/icon-buttons/close/dark/default.svg"); |
| 188 | + content: url("../../../images/icon-buttons/close/dark/default.svg"); |
189 | 189 | } |
190 | 190 |
|
191 | 191 | .theme-dark #mobile-menu-close:hover::after { |
192 | | - content: url("../../../../images/icon-buttons/close/dark/hover.svg"); |
| 192 | + content: url("../../../images/icon-buttons/close/dark/hover.svg"); |
193 | 193 | } |
194 | 194 |
|
195 | 195 | .theme-dark #mobile-menu-close:active::after { |
196 | | - content: url("../../../../images/icon-buttons/close/dark/active.svg"); |
| 196 | + content: url("../../../images/icon-buttons/close/dark/active.svg"); |
197 | 197 | } |
198 | 198 |
|
199 | 199 | .theme-dark #mobile-menu-close:disabled::after { |
200 | | - content: url("../../../../images/icon-buttons/close/dark/disabled.svg"); |
| 200 | + content: url("../../../images/icon-buttons/close/dark/disabled.svg"); |
201 | 201 | } |
202 | 202 |
|
203 | 203 | .theme-dark #mobile-menu-close:focus::after { |
204 | | - content: url("../../../../images/icon-buttons/close/dark/focus.svg"); |
| 204 | + content: url("../../../images/icon-buttons/close/dark/focus.svg"); |
205 | 205 | } |
206 | 206 |
|
207 | 207 | .theme-dark #mobile-menu-close.selected::after { |
208 | | - content: url("../../../../images/icon-buttons/close/dark/selected.svg"); |
| 208 | + content: url("../../../images/icon-buttons/close/dark/selected.svg"); |
209 | 209 | } |
210 | 210 |
|
211 | 211 | /* search */ |
|
0 commit comments