summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/assets/icomoon/style.css
diff options
context:
space:
mode:
authorshady <snaguib.ext@orange.com>2020-02-16 15:47:33 +0200
committershady <snaguib.ext@orange.com>2020-02-16 15:54:54 +0200
commitb3c61a641e9a703c3bf6cf973e8cf0883678302b (patch)
treed55843818462a715ecc6d88c1c23a91db6d93567 /cds-ui/designer-client/src/assets/icomoon/style.css
parent02cc3a34c90024b7a3e320d16fed35d980f57842 (diff)
Redesign Metadata tab & Template and mapping & Over View Design
Issue-ID: CCSDK-2075 Signed-off-by: shady <snaguib.ext@orange.com> Change-Id: Ic130d378b2b68a80d40f6c3c8250cb3af538011e
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-xcds-ui/designer-client/src/assets/icomoon/style.css65
1 files changed, 43 insertions, 22 deletions
diff --git a/cds-ui/designer-client/src/assets/icomoon/style.css b/cds-ui/designer-client/src/assets/icomoon/style.css
index 6294f3088..cc5d3fb83 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?3g19qh');
- src: url('fonts/icomoon.eot?3g19qh#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?3g19qh') format('truetype'),
- url('fonts/icomoon.woff?3g19qh') format('woff'),
- url('fonts/icomoon.svg?3g19qh#icomoon') format('svg');
+ src: url('fonts/icomoon.eot?3iboyv');
+ src: url('fonts/icomoon.eot?3iboyv#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?3iboyv') format('truetype'),
+ url('fonts/icomoon.woff?3iboyv') format('woff'),
+ url('fonts/icomoon.svg?3iboyv#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
@@ -25,36 +25,57 @@
-moz-osx-font-smoothing: grayscale;
}
-.icon-mapping:before {
- content: "\e908";
+.icon-package:before {
+ content: "\e90f";
}
-.icon-template-mapping:before {
- content: "\e909";
+.icon-dictionary:before {
+ content: "\e910";
}
-.icon-template:before {
- content: "\e90a";
+.icon-deploy:before {
+ content: "\e911";
}
-.icon-drag-menu:before {
- content: "\e907";
+.icon-Upload-attribute:before {
+ content: "\e90c";
}
-.icon-file-code:before {
- content: "\e906";
+.icon-import-cds:before {
+ content: "\e90d";
}
-.icon-enter:before {
- content: "\e905";
+.icon-current-template:before {
+ content: "\e90e";
}
-.icon-clone:before {
+.icon-generic-script-mode:before {
content: "\e900";
}
-.icon-delete:before {
+.icon-clone:before {
content: "\e901";
}
-.icon-designer-mode:before {
+.icon-delete:before {
content: "\e902";
}
-.icon-scripting-mode:before {
+.icon-designer-mode:before {
content: "\e903";
}
-.icon-archive:before {
+.icon-scripting-mode:before {
content: "\e904";
}
+.icon-archive:before {
+ content: "\e905";
+}
+.icon-enter:before {
+ content: "\e906";
+}
+.icon-file-code:before {
+ content: "\e907";
+}
+.icon-drag-menu:before {
+ content: "\e908";
+}
+.icon-mapping:before {
+ content: "\e909";
+}
+.icon-template-mapping:before {
+ content: "\e90a";
+}
+.icon-template:before {
+ content: "\e90b";
+}