diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-06-04 17:45:57 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-06-05 13:50:37 +0000 |
commit | ced915588f42312b3e65accea0ff72f095c929ce (patch) | |
tree | 7667d395ee9acba8e0ea4cecae2521f7415fc8a1 /cds-ui/designer-client/src/styles.css | |
parent | f36451a9d5bcc88adb3a7f0062976cbc8ec668b1 (diff) |
Actions list - UI
Issue-ID: CCSDK-2411
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index a705b2744..164a459c3 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -74,6 +74,7 @@ body{ .toast-error{ border-left: solid 5px #FF6469 !important; background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important; + background-size: 18px !important; } /*ICONS*/ .icon-menuDots{ @@ -555,12 +556,15 @@ height: 40px; border: solid 1px #D7E7F9 !important; box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important; } +.addPaackage-card .card-body img{ + width: 30%; +} .addPaackage-card a{ margin: 0; padding: 7px 15px; font-weight: bold; font-size: 12px; - border-radius: 2px; + border-radius: 18px; border-width: 0px; border-style: solid; background-position: 15px center; @@ -1152,7 +1156,7 @@ height: 40px; } .btn-create-package, .btn-import-package{ - width: 145px; + width: auto; } .btn-create-package{ margin-bottom: 6px !important; @@ -1235,9 +1239,7 @@ height: 40px; background: #1B3E6F; box-shadow: none; } -.package-version{ - /* color: #C3CDDB !important; */ -} + .package-version::before{ content: "|"; margin-left: 8px; |