diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-12-16 02:45:47 +0200 |
---|---|---|
committer | Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> | 2020-12-16 10:34:23 +0000 |
commit | 98f2cd31c4a81dab41b8a9fd0e527a2a184e90df (patch) | |
tree | a756d7c779ab34aaae226ffdc77bb0d14e62baff /cds-ui/designer-client/src/styles.css | |
parent | f38e495d47e69b5203940e1f3eb76145c2a30e83 (diff) |
Add Deploy status icon and fix Script form design
Issue-ID: CCSDK-2320
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I485436bf9c98ed24cfa23a808620d12ff571e456
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index a25e63fc0..5d797203a 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -1590,6 +1590,10 @@ ul.package-contributers{ .packages-card .card-footer i{ margin-right: 6px; } +.icon-deployed{ + margin-right: 6px; + width: 14px; +} .icon-deployed-active, .icon-deploy-inactive{ margin-right: 9px; |