diff options
Diffstat (limited to 'openecomp-ui/resources/scss')
-rw-r--r-- | openecomp-ui/resources/scss/common/_typography.scss | 2 | ||||
-rw-r--r-- | openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/openecomp-ui/resources/scss/common/_typography.scss b/openecomp-ui/resources/scss/common/_typography.scss index 94e1ba4d61..95d6d88595 100644 --- a/openecomp-ui/resources/scss/common/_typography.scss +++ b/openecomp-ui/resources/scss/common/_typography.scss @@ -139,7 +139,7 @@ $radio-font-family: Arial; } .warning-text { - color: $orange; + color: $yellow; } .error-text { color: $red; diff --git a/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss b/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss index 0e092dd8bb..bd47fbb334 100644 --- a/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss +++ b/openecomp-ui/resources/scss/modules/_softwareProductAttachmentPage.scss @@ -91,11 +91,6 @@ z-index: 1; padding-right: 20px; .counter { - .svg-icon { - &.__exclamationTriangleLine { - fill :$orange; - } - } display: flex; &:first-child { margin-right: 20px; @@ -220,7 +215,6 @@ .svg-icon { width: 20px; height: 20px; - fill: $orange; } } .error-item-file-type { |