From 56ce1449eaf4fdd78f2cccf33f6d2d604a819fb4 Mon Sep 17 00:00:00 2001
From: Sarah Abouzainah
Date: Fri, 10 Jul 2020 03:07:45 +0200
Subject: [PATCH] Manual Enrichment.
Issue-ID: CCSDK-2542
Signed-off-by: Sarah Abouzainah
Change-Id: I44cc4266324d5722364c8643cdc75cff49391a63
---
.../configuration-dashboard.component.html | 49 ++++++--
.../configuration-dashboard.component.ts | 5 +
.../imports-tab/imports-tab.component.html | 2 +-
.../scripts-tab/scripts-tab.component.html | 4 +-
.../templ-mapp-creation.component.html | 15 ++-
.../templ-mapp-listing.component.html | 2 +-
.../template-mapping.component.html | 2 +-
.../package-list/package-list.component.html | 2 +-
.../src/assets/icomoon/fonts/icomoon.eot | Bin 22524 -> 22816 bytes
.../src/assets/icomoon/fonts/icomoon.svg | 1 +
.../src/assets/icomoon/fonts/icomoon.ttf | Bin 22360 -> 22652 bytes
.../src/assets/icomoon/fonts/icomoon.woff | Bin 22440 -> 22732 bytes
.../designer-client/src/assets/icomoon/style.css | 14 ++-
cds-ui/designer-client/src/styles.css | 128 +++++++++++++--------
14 files changed, 152 insertions(+), 72 deletions(-)
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html
index 8e2ae5dbb..ba5eca973 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html
@@ -106,16 +106,17 @@
-
@@ -722,7 +729,35 @@
-
+
+
+
+
+
+
+
+ To do manual enrichment:
+ 1. Copy and paste "workflows" and "node_templates"
+ 2. Press Enrich button
+
+
+
+
+
+
+
+
@@ -731,7 +766,7 @@
@@ -744,4 +779,4 @@
-
\ No newline at end of file
+
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts
index 0e1d4cd11..fa127290c 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts
@@ -39,6 +39,7 @@ export class ConfigurationDashboardComponent implements OnInit {
id: any;
currentBlob = new Blob();
+ dslDefinition: DslDefinition = new DslDefinition();
constructor(
private route: ActivatedRoute,
@@ -248,4 +249,8 @@ export class ConfigurationDashboardComponent implements OnInit {
public fileLeave(event) {
console.log(event);
}
+
+ textChanged($event: {}) {
+
+ }
}
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html
index 940177e6a..9ac7a058a 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/imports-tab/imports-tab.component.html
@@ -53,7 +53,7 @@
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html
index e859062be..bd501c163 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html
@@ -36,7 +36,7 @@
@@ -122,4 +122,4 @@
-
\ No newline at end of file
+
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html
index e1b0f83d6..f517cb108 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html
@@ -5,14 +5,11 @@
class="fa fa-chevron-left mr-2">Template List
-
Delete
-
-
Clear
- Finish
+ Finish
@@ -74,7 +71,9 @@
+ File.
When you import new file, the new attributes will replace
+ current attributes.
@@ -259,7 +258,7 @@
{{ item.name }}
+ src="assets/img/icon-remove-file.svg" class="btn-modal-remove-file" />
@@ -287,7 +286,7 @@
@@ -301,4 +300,4 @@
-
\ No newline at end of file
+
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.html
index 3e377981e..bc87ae2c0 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-listing/templ-mapp-listing.component.html
@@ -48,7 +48,7 @@
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/template-mapping.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/template-mapping.component.html
index 48a503321..48fd4806a 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/template-mapping.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/template-mapping.component.html
@@ -6,4 +6,4 @@
\ No newline at end of file
+
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
index 1e6959fdc..f5588bc43 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
@@ -78,7 +78,7 @@
By {{bluePrint.updatedBy.split('<')[0]}}
{{bluePrint.artifactDescription}}
+ placement="bottom left">{{bluePrint.artifactDescription}}
*5k-1!0Zpu*kX=
z*WoUN?xGBlA%w3tyATF~h&LPUV7nMzh-fe7#2=MeW#kW-T9Arj7k!hs5b)xh_dL)0
zyw7vK?>lGj23}uB*?tw^otcW95pS2bs+HVDr*a?+0QUgIy_1E3v_Gg=0MaILv*m@-
z($)t*lqwHmD`(EH9{`Z|08Y%#pDoR~Uw6C#P<)ManRz1gu6=J3UL)Kyzp#91bD13_
zd?vvoACFfzp}J=VHpJKz)aoW
z1_XWqC$Yfq;?&S7=zt)^AqFD2RO4U~lY%6?4Br2Byrj$XQI-%+LWIB1On#9WIL)uJ
zUOd5XF~@wVZOVo)1Ry~!T`YM@w1rWry`I7u0Dm<(d)Tr^$_>qnt`Qc*U#x><#Wkm+>Kfka|;U-xmpdZHI
z7`#GXi4)4W3d+V93bHYR8P`E#p2848;`S?YxXVZ%!pv~5n-YxlNM?8d-Bg`!mIOA)
zUV%C!@nd6vt?q=`U}x=1H5l5_ad4#*v-DW|&5t49_JiiV_Dxn*wWwCVTdHbls+uLJ
zs%*7UvQ4VlZb(@g&zXMX@uNVpwnh&uyw9%XQSs@xSo_PT*D6Cb8ei*
delta 836
zcmZWnO-R#W7=PaXr*oBay1D1w*Q*2x?yEND4UVYiGTLPn&|
zAp{Ra7wKT4(jlya5JYt}lfF(J>QIDHh%M+@<`{H(_@&Msb
zYA`wA%?0ZLVnOoxQbZVPDlZVu5_YH3BiW~Sxfa6H04#iQs6Y8Rl3xKh^NIACbTXTP
ztK1?${1##RrDS?=s#Eie@ErNCXNHDHfF}hK%>^A8;4tf8QCwnOO+By!^q_(j1n^Q-
z!9t7^9MBEg{}e6xB6x_i@u$IrH#r4IIU_rTIj)X{aglQ=T_s(1s0JO_Xi5!q;x|rV
zC$XG&7&<^xoNOac6{ViQAn#(wae%L5?U>^&hER#iM7aiX9m6Hw!H(hwUTr^8q8DbE
z=*+m`RUP%TVNkHK0QL#>tQE%vm9^lE;KDD0SyM(EvC}pV
z;#a}Jno%cOct7Z{TU6vN#YddNOK^Z3ibnkB-(O%A5t^X9n5+MrSlCA+J`pW!AHETH
z^LwEh--(v4t^FJ521aOrielIH?o8mK&aKQnP*$Q>(H$5mJ-|T}c;O0WqKr0kJ1-#Y%Ufr(fj{CWoKpnSnOcrn>
zZbj4C?~yj)k>r!s<*+=dnbc11nyq|ph?-W+dUMJ=ZjD-Vs-%vq_tlTJ&9xi0tbN(>
i(6R1}I>($pUA^w0C*&FPta?peC!Lo5@j`E6nf(D~2&O9l
diff --git a/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.svg b/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.svg
index 3441e50a9..cb635c143 100755
--- a/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.svg
+++ b/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.svg
@@ -14,6 +14,7 @@
+
diff --git a/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.ttf b/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.ttf
index 94a4d73c34765d0ed25abb8964fefb0e9aecf9e8..ab6b20e0415c974502fc0886da34a58c230a7203 100755
GIT binary patch
delta 1132
zcmYjQO>7fa5T1Ga=UpeZ@%n%5tbbsGg`(6Zbz%~J8d4zqBq=tO0|?v%5>@%JN~BU%
zYI2BBPnDt*=_ijoRAaNvL-hXA526{S+^V-FyZXew0%)3FU!R+^pnee=!C
zoA-8~T*K9QoB{-Z2ABo`cI?g_>NaOLdWcyD5Lf$it!bxQF#x0`;!X^X6^f59{Z;^w
zH&!&mh0{gyF2etiw+)Yeb?W%|0>$K2fCDE+P8No&hYiC3`J)uij1b}Vulty~
zyI3N)AMEwKD0pZtldvE5@%=1_d-*9A^Y(&T*O;Wysrnv%ktJ|9zs;IcyP&ZiHz*#a
zz8Yy_5QUG|CBBCTgc$DRTZBlmdriDjIY3z-t>JXqj|+UTgHH_zeF2;SmA;aw9#DePuWc!Bh
zcOo1F200MKFZr_c11h{I=hTqzPv7r!smL$ql8YuHD_X#Y!)a&
z5+_y@*vv~0OEs47sc!wH7gJM>n5AX;g%fqh((t(s+uLJs%)m}
zvNfs}u1Z-NM}tn^n`f?Ad5#v$vo2a5K*iz3iSmCAZ+UiemP%<M=sbNEV
zvrtEd#`@Oi7Qc4f?+KS458gQL>{L?h_@8{EcAWoUn3AMMM9Cera)6i(-%#5&9hNC
vHW2TLPsd9MM`9-NZ2f}`KU)rK$hu<9Q$Hljvju3a^ajQs$@=2rp*oxEIyj
delta 824
zcmYjQTS${(7=FM1w5^rS&AH?6zk{3YqD-r4o?5mtb+z1~?yTWyfzyFrteaXC5h78(
z5D2@8Zla4J7+y$034xTCW@BygY~Zd%pMo{=YEG*7EE&FaS6R
zS>Pei8I5-+_iDF@Sq2aa;b>h$xnAV~5SNI%-k(aOKjv2Z0Hni3&v0TqO;tzu7ghD}
z$jzZoF#DQt0U#7i4kiY?Qvn}9G(fsPNrcfr08PoGkjFr~cVdonv-9|dtF1o=hf2DQbUWo9AdeFq5Zu>mCdEknSv2!b
z)`88u>^rkhFYaunuE0LdKDTJ`Cyl@AX#b->yv=r4?
zs=idM(WNqc8}rR=N)J?XGvyzG_Qw2H+qLr6P0$L(3y06zf2(^Hv#~}lDo_XFH%X1L
zxE&|rKf~?9g5;MrR3X*0W?DO4malkkjF?xfdTY`;X^+^aWJ#WsU&!C9o2vgP8ONe?
i-nrq5xU#O_?!KCUC+Nv~R=sAgYx^&W&MjP7Wd8wCR;Ez^
diff --git a/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.woff b/cds-ui/designer-client/src/assets/icomoon/fonts/icomoon.woff
index b989b33e21b79701dd14e815f9ce92f64be143cf..cabebb884020fcc75f60638df178c3509f4e8ff0 100755
GIT binary patch
delta 1148
zcmYjROK2Ns5T5yWwX0pplB|_hkCn7~B-xiq1;P)gL!t`cFvx3lxj
zH}h$Bf9cw%xOxlqi=#tBfIy##Rq#6TEkK@;^~L8pcP{P-jaCaK04YkPNgMv4Y)nnp
zFA#T$@>Lu6-~Xw;*htL{lVW)C#QCKijnnm00JR%bE!(iZ^`2=EN!)LgZ?h4Obe?TY
z&(f4*ZU7v!ad(ytotv2=-SG+1T(_a*H`k`?m&kEkq&)3lo~@j(PoE}^X5oU3cRh!d
ze=p3uIZM0T-~k-RDsSKs<0$PFgd`+D1dC!43}Uj7f!FvNMsSS(jwX(Bi4}2#_pvS<
z=94TJdlfwGzBGg&04C)TIKtm!F+9vaW0~+FP}&-kG#X7m$TwIH5AcA{RUCqjcHN+Q
zf_zodWN3~3TY95Z2@^la8$t&6@wbI!{*^6tdvcVz_HN-c`aS{B;bs1vVBj9UA(;3Q
z_lkM*MewypxfPX1QJnpCL3r-%BTbc_0LNtWFmPV1DYI=!{
zxg>g}PA@OG-1xlB#az%sdp&!~L2^uzR|t0Vvn~Tme8JU?MZV(7<1YTtWts(Wx77jK
zO`|g?!ckyQ1wp*X6Vit$^V?EYiR%ybUqGNU`M8>2-Y;K~=Opm__XoQx+@ujEbVENJ
zf^j+lIjwBTDCzwuNO~`ptsD}w6E#YS+b&C?h+f)*<(@7pE9j-(a!&!RtWCFqi4NH%
zP=zFZbQ;+FqYx{0H18-u?NJzua~)Wr+vcBs)O-(qZe5$-R}@8!tM=7U6hl>%3Z;s|
z=ABS!QLVBgWhFcp^XpGG0-5Gjx?!QtbaM=4Ul?ba|M^L;azSie8@`3e8PCV1>$48X75Q=88sU#a%8nn;iH9llEz`ITBi
zWIuw3e^mSH^$~H^bx`_BzAQg*r`5DK?H>qEgx6yy;~&KTHlm63WITB_6;1V}-bj6I
yE~KT*SavXbIlG?o<>qr6+t#-KVEL?5)+g3Y@bPeIj+WA
zTY&*RUDHsQi)VqMCOal}S$5v6SdS+wYXBq{m3nj(TjgMHHa$Sx5akOx-cK!ePh?83
z#i9VQ=m&W8EYp`h50Jb?)mj~)@#b)bNa9{oUarILv|Pw!2Wd)j6@bNbyt>2HU+V8A
zT`EGFX&o!^zf0Nl5ILs4QeKwB4Q}>wI@6`2
zLK{wTZgv9aIL&?>jCqYp8XHYNhO1nFwW67?sBVEB`MQ_tKJqOfjYexkxAnTHVkiD6
zW_XPq!7*M5AKq5iC%dStc^hY=_c4P54&fs2WlgxstE>?Vg|ONHMR`{nxq1j1K_FKz
z)MKX*;17Zsp9@ZtVUs*!XU9k2=_W0y@Jx$5D$lGGzm59p9;`Q>D{lA+CV?&h;FIa!@>ayf&N?nBPzPd_
zY`}XdAHGceh&KsOq*`fBj>(h8Nz-J}1IrtG!nNeFdNQ6dU&1%8NXnRUU-?!VDgCVu
lmCb8&+L}M%ANKzWbeA^=qru_ea>y0(=l+=FOhMN?`wvburfmQK
diff --git a/cds-ui/designer-client/src/assets/icomoon/style.css b/cds-ui/designer-client/src/assets/icomoon/style.css
index 5b11e4c76..874f94a9b 100755
--- a/cds-ui/designer-client/src/assets/icomoon/style.css
+++ b/cds-ui/designer-client/src/assets/icomoon/style.css
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
- src: url('fonts/icomoon.eot?mwwfrv');
- src: url('fonts/icomoon.eot?mwwfrv#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?mwwfrv') format('truetype'),
- url('fonts/icomoon.woff?mwwfrv') format('woff'),
- url('fonts/icomoon.svg?mwwfrv#icomoon') format('svg');
+ src: url('fonts/icomoon.eot?r3i568');
+ src: url('fonts/icomoon.eot?r3i568#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?r3i568') format('truetype'),
+ url('fonts/icomoon.woff?r3i568') format('woff'),
+ url('fonts/icomoon.svg?r3i568#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -35,8 +35,12 @@
-moz-osx-font-smoothing: grayscale;
}
+.icon-enrich:before {
+ content: "\e907";
+}
.icon-rectangle:before {
content: "\e906";
+ color: #ff6b6b;
}
.icon-file:before {
content: "\e905";
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css
index a3c4b2b10..320ae139e 100644
--- a/cds-ui/designer-client/src/styles.css
+++ b/cds-ui/designer-client/src/styles.css
@@ -18,6 +18,11 @@ body{
transition: 0.3s !important;
}
/*Bootstrap*/
+.btn-outline-danger{
+ background: #fff !important;
+ border: solid 1px #ECEDF2 !important;
+ color: #FF6469 !important;
+}
.btn:disabled:hover{
cursor: default;
}
@@ -1770,15 +1775,14 @@ ul.package-contributers{
.tooltip:after,
[data-tooltip]:after {
z-index: 1000;
- padding: 8px;
+ padding: 8px 20px !important;
width: auto;
- background-color: #fff;
- background-color: rgba(255, 255, 255, 1.0);
+ background-color: #fff !important;
color: #1B3E6F;
content: attr(data-tooltip);
- font-size: 10px;
+ font-size: 12px;
line-height: 1.2;
- border-radius: 2px;
+ border-radius: 3px;
}
/* Directions */
@@ -1916,36 +1920,39 @@ ul.package-contributers{
}
/*TooltipModule - Shady*/
+.tooltip.in {
+ opacity: 1.0 !important;
+ filter:alpha(opacity=100) !important;
+}
.tooltip:before,
.tooltip:after{
width: 100% !important;
}
.tooltip .tooltip-inner{
+ width: auto !important;
max-width: 280px !important;
- width: 100% !important;
text-align: left!important;
color:#1B3E6F;
- background-color: #fff;
+ background-color: #fff !important;
border: solid 1px #E6EDF5;
border-radius: 3px !important;
- font-size: 11px;
+ border-top-left-radius: 0 !important;
+ font-size: 12px;
opacity: 1.0 !important;
-}
-.bs-tooltip-bottom .arrow::before{
- border-bottom-color: #E6EDF5 !important;
-}â©
-.bs-tooltip-top .arrow::before{
- border-top-color: #E6EDF5 !important;
-}â©
-.bs-tooltip-left .arrow::before{
- border-left-color: #E6EDF5 !important;
-}â©
-.bs-tooltip-right .arrow::before{
- border-right-color: #E6EDF5 !important;
-}â©
-
-
+}
+.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
+ border-top-color: #E6EDF5 !important;
+}
+.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
+ border-right-color: #E6EDF5 !important;
+}
+.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
+ border-bottom-color: #E6EDF5 !important;
+}
+.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
+ border-left-color: #E6EDF5 !important;
+}
.btn{
padding-right: 20px !important;
@@ -1965,17 +1972,18 @@ padding-left: 20px !important;
}
.btn + .btn{
margin-left: 10px;
- }
- .package-view-button button{
- width: 150px;
- float: right;
- }
+}
+.package-view-button button{
+ width: 150px;
+ float: right;
+}
.package-view-button{
margin-top: 6px;
}
.package-view-button .btn{
padding: 6px 21px;
border-radius: 18px;
+ font-size: 13px !important;
}
.package-view-button .btn:hover{
opacity: .9;
@@ -1983,13 +1991,22 @@ padding-left: 20px !important;
.package-view-button .btn-primary{
background-color: #1B3E6F !important;
border-color: #1B3E6F !important;
-
- /* margin-bottom: 10px; */
}
-.package-view-button .btn-outline-secondary{
- background-color: #fff !important;
+.package-view-button .btn-enrich,
+.package-view-button .btn-enrich:focus,
+.modal-footer .btn-primary.btn-enrich{
+ background: #EB9A34 !important;
+ border-color: #EB9A34 !important;
+ color: #fff;
+ outline: none !important;
+}
+.package-view-button .btn-deploy{
+ background-color: #1273EB !important;
+ border-color: #1273EB !important;
+ color: #fff !important;
+ /* background-color: #fff !important;
border-color: #D0DFF1 !important;
- color: #1B3E6F !important;
+ color: #1B3E6F !important; */
}
.package-view-title {
font-size: 11px;
@@ -2264,12 +2281,20 @@ hr{
text-align: center;
}
.action-button{
+ display: inline-block;
+ width: 70px;
margin-bottom: 12px;
- padding: 3px 30px;
color: #BABBC3 !important;
font-size: 10px;
font-weight: bold;
- display: inline-block;
+ background: transparent;
+ border: 0;
+ padding: 0;
+}
+.action-button:disabled,
+.action-button:disabled:hover{
+ cursor: unset;
+ opacity: .5 !important;
}
.action-button:hover{
text-decoration: none;
@@ -2335,6 +2360,9 @@ hr{
.modal-body{
padding: 1.5rem 1.5rem 1rem !important;
}
+.enrichModal .modal-dialog{
+ max-width: 60% !important;
+}
.modal-body p{
font-size: 14px;
}
@@ -2371,6 +2399,9 @@ hr{
background-color: #E7F1FC !important;
color: #1B3E6F !important;
}
+.btn-modal-remove-file:hover{
+ cursor: pointer;
+}
.action-button span{
width: 100%;
display: inline-block;
@@ -2567,6 +2598,10 @@ hr{
.template-mapping-accordion{
width: 100%;
}
+.templateNote{
+ font-size: 12px;
+ color: #C1CDDD;
+}
.card-header .btn.regularTitle{
padding-left: 0 !important;
padding-right: 0 !important;
@@ -2683,31 +2718,29 @@ hr{
background: #eee !important;
}
.ace_content{
- width: 100%;
+ width: 100% !important;
}
.ace_editor{
height: 55vh !important;
line-height: 25px;
border: 1px solid #ECEDF2;
background-color: #fff;
- color: #1B3E6F;
+ color: #1B3E6F !important;
}
-.ace-tomorrow-night-bright .ace_gutter,
-.ace-eclipse .ace_gutter{
+.ace_gutter{
background: #E0E8F2 !important;
border-right: 0px !important;
color: #1B3E6F !important;
}
-.ace-tomorrow-night-bright .ace_gutter-active-line,
-.ace-eclipse .ace_gutter-active-line{
- background-color: #265699;
+.ace-tm .ace_gutter-active-line{
+ background-color: #265699 !important;
color: #fff;
}
-.ace-tomorrow-night-bright .ace_cursor{
- color: #265699;
+.ace_cursor{
+ color: #265699 !important;
}
-.ace-tomorrow-night-bright .ace_marker-layer .ace_active-line {
- background: #eee;
+.ace-tm .ace_marker-layer .ace_active-line{
+ background: #F4F9FE !important;
}
.breadcrumb-header{
padding: 0px;
@@ -2961,6 +2994,9 @@ margin-right: 5px;
border-color:#ECEDF2 !important ;
color: #C3CDDB !important ;
}
+.template-mapping-action .btn-outline-secondary:hover{
+ color: #1B3E6F !important;
+}
.table-container{
width: 100%;
}
--
2.16.6