diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-11-02 15:58:49 +0200 |
---|---|---|
committer | ShaabanEltanany <shaaban.eltanany.ext@orange.com> | 2020-11-02 20:44:52 +0200 |
commit | 705d8228d980f8a17396a5bce92c4a57b5b6abc6 (patch) | |
tree | 9e5bfd4d2626f1038a8e8fe390074d74a27c9677 /cds-ui/designer-client/src/assets/icomoon/style.css | |
parent | 5cde17a4286c827f650811516e40936c7127c1d9 (diff) |
HTML: Add Attributes from Function - Modal
Issue-ID: CCSDK-2779
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I8f10cedad7ee88c658206ab31c69b564af470a7c
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-x | cds-ui/designer-client/src/assets/icomoon/style.css | 30 |
1 files changed, 25 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 899647321..e4dccceac 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?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'); + src: url('fonts/icomoon.eot?pyhe9j'); + src: url('fonts/icomoon.eot?pyhe9j#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?pyhe9j') format('truetype'), + url('fonts/icomoon.woff?pyhe9j') format('woff'), + url('fonts/icomoon.svg?pyhe9j#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -35,6 +35,26 @@ -moz-osx-font-smoothing: grayscale; } +.icon-dg_generic:before { + content: "\e910"; + color: #1b3e6f; +} +.icon-remote_ansible:before { + content: "\e911"; + color: #1b3e6f; +} +.icon-netconf_executer:before { + content: "\e912"; + color: #1b3e6f; +} +.icon-resource_resolution:before { + content: "\e913"; + color: #1b3e6f; +} +.icon-next_arrow:before { + content: "\e914"; + color: #1b3e6f; +} .icon-function-attribute:before { content: "\e90e"; } |