diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-10-05 15:18:41 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-10-05 17:41:05 +0200 |
commit | f08c5e96d5b4c0792c4709093480f5f6cb452d49 (patch) | |
tree | c3771e914a5b2fd465de691dfe76b4f725e2fd94 /cds-ui/designer-client/src/assets/icomoon/style.css | |
parent | a7581011658acf44c7eff92bd2f2716b91116dc5 (diff) |
HTML for Action & Function Attributes
Issue-ID: CCSDK-2808
Issue-ID: CCSDK-2281
Issue-ID: CCSDK-2292
Issue-ID: CCSDK-2809
Issue-ID: CCSDK-2810
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: If37f968a03b18ea5d3d0a7cb8697bd4756b61bcc
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-x | cds-ui/designer-client/src/assets/icomoon/style.css | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/cds-ui/designer-client/src/assets/icomoon/style.css b/cds-ui/designer-client/src/assets/icomoon/style.css index 9b17c06f9..899647321 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?pg9o1c'); - src: url('fonts/icomoon.eot?pg9o1c#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?pg9o1c') format('truetype'), - url('fonts/icomoon.woff?pg9o1c') format('woff'), - url('fonts/icomoon.svg?pg9o1c#icomoon') format('svg'); + src: url('fonts/icomoon.eot?h11si2'); + src: url('fonts/icomoon.eot?h11si2#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?h11si2') format('truetype'), + url('fonts/icomoon.woff?h11si2') format('woff'), + url('fonts/icomoon.svg?h11si2#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -35,6 +35,24 @@ -moz-osx-font-smoothing: grayscale; } +.icon-function-attribute:before { + content: "\e90e"; +} +.icon-custom-attribute:before { + content: "\e90f"; + color: #1b3e6f; +} +.icon-add-circle:before { + content: "\e90d"; + color: #103d73; +} +.icon-required-star:before { + content: "\e90b"; + color: #ff6469; +} +.icon-source:before { + content: "\e90c"; +} .icon-autoMap:before { content: "\e90a"; } |