diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-06-15 20:38:07 +0200 |
---|---|---|
committer | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-06-15 21:42:57 +0200 |
commit | d54169fb3fd48e8b4a984ed8ec6cc70624893a25 (patch) | |
tree | 7f6d234d1861a19c0f5d0b71f75f254f6b41dc55 /cds-ui/designer-client/src/assets/icomoon/style.css | |
parent | 50d6d53c9ceb84c781f8619ad0cafcede2869371 (diff) |
Edit Designer tabs ui and fix canvas scroll bar
Issue-ID: CCSDK-2446
Issue-ID: CCSDK-2447
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I74d7aca0f382a60f668f9acb3bb08e285be81a47
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-x | cds-ui/designer-client/src/assets/icomoon/style.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/cds-ui/designer-client/src/assets/icomoon/style.css b/cds-ui/designer-client/src/assets/icomoon/style.css index 945d9d380..5b11e4c76 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?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'); + 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'); font-weight: normal; font-style: normal; font-display: block; @@ -13,7 +13,7 @@ [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; - speak: none; + speak: never; font-style: normal; font-weight: normal; font-variant: normal; @@ -35,6 +35,9 @@ -moz-osx-font-smoothing: grayscale; } +.icon-rectangle:before { + content: "\e906"; +} .icon-file:before { content: "\e905"; color: #1b3e6f; |