From ced915588f42312b3e65accea0ff72f095c929ce Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Thu, 4 Jun 2020 17:45:57 +0200 Subject: Actions list - UI Issue-ID: CCSDK-2411 Signed-off-by: Sarah Abouzainah Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d --- cds-ui/designer-client/src/styles.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'cds-ui/designer-client/src/styles.css') 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; -- cgit 1.2.3-korg