diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2021-01-12 14:58:54 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-01-13 14:17:55 +0000 |
commit | cae13f9196921c1b854d2f199db4dfbdd5868a62 (patch) | |
tree | 18c4e393b2b162fd85e45afb6209f7924e0bdf78 /cds-ui/designer-client/src/styles.css | |
parent | 462f304e905e48ef068ddd0e23f9253568c4012c (diff) |
Apply style modifications to done development tasks
Issue-ID: CCSDK-2525
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I7c676a1fe469d91df7b4f185a1b1e52c5c91c17b
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index 88c6159f1..0055520a7 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -3243,19 +3243,23 @@ padding: 0 10px 0 0; padding-bottom: 5px !important; overflow: auto; } -.create-template-mapping-button{ - background: #C3CDDB; - border-radius: 50px; - font-size: 12px; - font-weight: bold; - padding: 10px 20px; +.create-template-mapping-button, +.create-script-button{ + background: #C3CDDB !important; + border-radius: 50px !important; + font-size: 12px !important; + font-weight: bold !important; + padding: 10px 20px !important; margin-bottom: 20px; - display: inline-block; - cursor: pointer; + display: inline-block; + cursor: pointer; + color: #1B3E6F !important; +} +.create-template-mapping-button i, +.create-script-button i{ + margin-right: 5px; + } -.create-template-mapping-button i{ -margin-right: 5px; - } .view-package-container{ padding: 20px 56px; } @@ -3391,6 +3395,9 @@ margin-right: 5px; .mat-table{ border-top: solid 1px #ECEDF2; } +.mat-row:last-child td { + border-bottom: 0 !important; +} .mat-paginator{ /* display: inline-block; */ width: 36%; |