ManifestIssue.css (490B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 .manifest-issue__icon { 6 -moz-context-properties: fill; 7 width: calc(var(--base-unit) * 3); 8 height: calc(var(--base-unit) * 3); 9 } 10 11 .manifest-issue__icon--warning { 12 fill: var(--theme-icon-warning-color); 13 } 14 15 .manifest-issue__icon--error { 16 fill: var(--theme-icon-error-color); 17 }