|
26 | 26 | /*----Diagnostic Details Link------------------------------------*/ |
27 | 27 | --details-link-color: #{bootstrap.$primary}; |
28 | 28 | --details-link-active-hover: #00CBEB; |
29 | | - --link-visited: #{bootstrap.shade-color(bootstrap.$primary, 40%)}; |
| 29 | + --details-link-visited: #{bootstrap.shade-color(bootstrap.$primary, 40%)}; |
30 | 30 | /*----Shadows and Glows------------------------------------------*/ |
31 | 31 | --outer-glow: #{bootstrap.tint-color(bootstrap.$primary, 80%)}; |
32 | 32 | --shadow-color: rgba(#{bootstrap.$black}, .15); |
|
86 | 86 | --code-delta: #fdefc6; |
87 | 87 | --dark-overlay: rgba(0, 0, 0, 0.1); |
88 | 88 | --client-type-bg: rgba(13, 110, 253, 0.08); |
| 89 | + /*----Severity Badges----------------------------------------*/ |
| 90 | + --severity-question-bg: #F0F7FF; |
| 91 | + --severity-question-text: #1E40AF; |
| 92 | + --severity-question-border: #B3D4FF; |
| 93 | + --severity-suggestion-bg: #F0F0F0; |
| 94 | + --severity-suggestion-text: #616161; |
| 95 | + --severity-suggestion-border: #E0E0E0; |
| 96 | + --severity-should-fix-bg: #FFF9F5; |
| 97 | + --severity-should-fix-text: #8A3707; |
| 98 | + --severity-should-fix-border: #FDCFB4; |
| 99 | + --severity-must-fix-bg: #FDF3F4; |
| 100 | + --severity-must-fix-text: #B10E1C; |
| 101 | + --severity-must-fix-border: #EEACB2; |
| 102 | + /*----Toggle Switch------------------------------------------*/ |
| 103 | + --toggle-switch-off: #6c757d; |
| 104 | + --toggle-switch-on: #ffffff; |
89 | 105 | /*----SVG-------------------------------------------------*/ |
90 | 106 | --svg-check-box: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); |
91 | 107 | --svg-switch: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); |
|
180 | 196 | --code-delta: #4c401a; |
181 | 197 | --dark-overlay: rgba(0, 0, 0, 0.3); |
182 | 198 | --client-type-bg: rgba(0, 132, 255, 0.25); |
| 199 | + /*----Severity Badges----------------------------------------*/ |
| 200 | + --severity-question-bg: #1E3A8A; |
| 201 | + --severity-question-text: #BFDBFE; |
| 202 | + --severity-question-border: #3B82F6; |
| 203 | + --severity-suggestion-bg: #374151; |
| 204 | + --severity-suggestion-text: #D1D5DB; |
| 205 | + --severity-suggestion-border: #6B7280; |
| 206 | + --severity-should-fix-bg: #92400E; |
| 207 | + --severity-should-fix-text: #FED7AA; |
| 208 | + --severity-should-fix-border: #F59E0B; |
| 209 | + --severity-must-fix-bg: #991B1B; |
| 210 | + --severity-must-fix-text: #FECACA; |
| 211 | + --severity-must-fix-border: #EF4444; |
| 212 | + /*----Toggle Switch------------------------------------------*/ |
| 213 | + --toggle-switch-off: #6c757d; |
| 214 | + --toggle-switch-on: #ffffff; |
183 | 215 | /*----SVG-------------------------------------------------*/ |
184 | 216 | --svg-check-box: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); |
185 | 217 | --svg-switch: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); |
|
276 | 308 | --code-delta: #695b32; |
277 | 309 | --dark-overlay: rgba(0, 0, 0, 0.3); |
278 | 310 | --client-type-bg: rgba(255, 189, 0, 0.15); |
| 311 | + /*----Severity Badges----------------------------------------*/ |
| 312 | + --severity-question-bg: #1E3A8A; |
| 313 | + --severity-question-text: #BFDBFE; |
| 314 | + --severity-question-border: #3B82F6; |
| 315 | + --severity-suggestion-bg: #374151; |
| 316 | + --severity-suggestion-text: #D1D5DB; |
| 317 | + --severity-suggestion-border: #6B7280; |
| 318 | + --severity-should-fix-bg: #92400E; |
| 319 | + --severity-should-fix-text: #FED7AA; |
| 320 | + --severity-should-fix-border: #F59E0B; |
| 321 | + --severity-must-fix-bg: #991B1B; |
| 322 | + --severity-must-fix-text: #FECACA; |
| 323 | + --severity-must-fix-border: #EF4444; |
| 324 | + /*----Toggle Switch------------------------------------------*/ |
| 325 | + --toggle-switch-off: #6c757d; |
| 326 | + --toggle-switch-on: #ffffff; |
279 | 327 | /*----SVG-------------------------------------------------*/ |
280 | 328 | --svg-check-box: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); |
281 | 329 | --svg-switch: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); |
|
0 commit comments