diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-21 12:34:15 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-09-21 12:35:13 +0200 |
commit | 33b6dbc7a3ff9e4f197812807832494704747ae4 (patch) | |
tree | 1914dd74c4acd53b0348b4178e62677c74c00807 /cds-ui/designer-client/src/styles.css | |
parent | b64c848cf7168fabf953a5c6a98319bd39c88102 (diff) |
Update Wizard Content
Issue-ID: CCSDK-2705
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I57f207a49a2de99ecf137a5f15aa0260007d8ac1
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 62ce5aa70..fb200dead 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -2510,9 +2510,11 @@ animation: glowing 1500ms infinite; } -.action-button.delete i{ +/* .action-button.delete i{ color: #BABBC3; -} +} */ +.action-button.delete, +.action-button.delete i, .action-button.delete:hover, .action-button.delete:hover .icon-delete-sm{ color: #FF6469 !important; @@ -3421,7 +3423,7 @@ for simplicity .mat-menu-panel{ box-shadow: 0 2px 13px 6px rgba(47, 83, 151, .17) !important; border-radius: 3px !important; - border-bottom: solid 3px #1273EB; + border-top: solid 3px #1273EB; } .mat-menu-panel::after { content: ''; @@ -3431,7 +3433,7 @@ for simplicity position: absolute; border-left: 8px solid transparent; border-right: 8px solid transparent; - border-bottom: 8px solid #1B3E6F; + border-bottom: 8px solid #1273EB; left: 9px; top: -8px; } |