diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-05-05 22:19:12 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-08 16:34:25 -0400 |
commit | 1eedc493708606cf7b773fee09ba271584c1d7ef (patch) | |
tree | cf75fc4637b2217c83ec022c1f28110fa3739f87 /cds-ui/designer-client/src/assets/icomoon/style.css | |
parent | 59aa88fefa93e3e05e73b28430f24504e356737e (diff) |
Create New Action's Modal
Issue-ID: CCSDK-2356
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: Ib40220b793a08c2740e114946a42fb7d04edbcb6
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-x | cds-ui/designer-client/src/assets/icomoon/style.css | 18 |
1 files changed, 13 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 4e99ab416..dc7de38e5 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?njx1om'); - src: url('fonts/icomoon.eot?njx1om#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?njx1om') format('truetype'), - url('fonts/icomoon.woff?njx1om') format('woff'), - url('fonts/icomoon.svg?njx1om#icomoon') format('svg'); + src: url('fonts/icomoon.eot?hdnbak'); + src: url('fonts/icomoon.eot?hdnbak#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?hdnbak') format('truetype'), + url('fonts/icomoon.woff?hdnbak') format('woff'), + url('fonts/icomoon.svg?hdnbak#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -35,6 +35,14 @@ -moz-osx-font-smoothing: grayscale; } +.icon-action-back:before { + content: "\e904"; + color: #1b3e6f; +} +.icon-action-close:before { + content: "\e903"; + color: #1b3e6f; +} .icon-enter-link:before { content: "\e902"; } |