diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-06-04 17:45:57 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-06-05 13:50:37 +0000 |
commit | ced915588f42312b3e65accea0ff72f095c929ce (patch) | |
tree | 7667d395ee9acba8e0ea4cecae2521f7415fc8a1 /cds-ui/designer-client/src/assets/icomoon/style.css | |
parent | f36451a9d5bcc88adb3a7f0062976cbc8ec668b1 (diff) |
Actions list - UI
Issue-ID: CCSDK-2411
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I4eccc5261e4c4ae9c9a60f0c4c518129973b066d
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-x | cds-ui/designer-client/src/assets/icomoon/style.css | 14 |
1 files changed, 9 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 dc7de38e5..945d9d380 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?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'); + src: url('fonts/icomoon.eot?rdm62r'); + src: url('fonts/icomoon.eot?rdm62r#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?rdm62r') format('truetype'), + url('fonts/icomoon.woff?rdm62r') format('woff'), + url('fonts/icomoon.svg?rdm62r#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -35,6 +35,10 @@ -moz-osx-font-smoothing: grayscale; } +.icon-file:before { + content: "\e905"; + color: #1b3e6f; +} .icon-action-back:before { content: "\e904"; color: #1b3e6f; |