diff options
author | SVISHNEV <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2017-08-29 10:52:01 +0300 |
---|---|---|
committer | SVISHNEV <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2017-08-29 10:53:14 +0300 |
commit | 7cd1156c3cab009146ca02989df394412d209483 (patch) | |
tree | 91ce9e32f161709caea9679173d9755239b871cc /openecomp-ui/resources | |
parent | f5355ef234a409ab4fcfe299f7ee9f33e904355b (diff) |
Validation page icons fix
Issue-ID: SDC-254
Change-Id: Ic724ba5d66cb1938ac166383a672d49e25b5d6e4
Signed-off-by: SVISHNEV <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources')
-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 { |