summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/assets/icomoon/style.css
diff options
context:
space:
mode:
authorshaaban Altanany <shaaban.eltanany.ext@orange.com>2020-01-07 12:08:44 +0200
committershaaban Altanany <shaaban.eltanany.ext@orange.com>2020-01-07 12:08:44 +0200
commitba3756e38e5b22fccd08e68f4ecc4cc95f9440c2 (patch)
treeafd534ecf634acae94ea0de90aefa93e67074731 /cds-ui/designer-client/src/assets/icomoon/style.css
parent077b1ab152c61695ac4d007035dfb81e9aef2c61 (diff)
adding design of first two tabs in creation package component
Issue-ID: CCSDK-2014 Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com> Change-Id: Ib4cf67f38511fbabc9d69313e9e88edadd7b6c4a
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rwxr-xr-xcds-ui/designer-client/src/assets/icomoon/style.css48
1 files changed, 48 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/assets/icomoon/style.css b/cds-ui/designer-client/src/assets/icomoon/style.css
new file mode 100755
index 000000000..f48119ce8
--- /dev/null
+++ b/cds-ui/designer-client/src/assets/icomoon/style.css
@@ -0,0 +1,48 @@
+@font-face {
+ font-family: 'icomoon';
+ src: url('fonts/icomoon.eot?wg9fpe');
+ src: url('fonts/icomoon.eot?wg9fpe#iefix') format('embedded-opentype'),
+ url('fonts/icomoon.ttf?wg9fpe') format('truetype'),
+ url('fonts/icomoon.woff?wg9fpe') format('woff'),
+ url('fonts/icomoon.svg?wg9fpe#icomoon') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ font-display: block;
+}
+
+[class^="icon-"], [class*=" icon-"] {
+ /* use !important to prevent issues with browser extensions that change fonts */
+ font-family: 'icomoon' !important;
+ speak: none;
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ text-transform: none;
+ line-height: 1;
+
+ /* Better Font Rendering =========== */
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-file-code:before {
+ content: "\e906";
+}
+.icon-enter:before {
+ content: "\e905";
+}
+.icon-clone:before {
+ content: "\e900";
+}
+.icon-delete:before {
+ content: "\e901";
+}
+.icon-designer-mode:before {
+ content: "\e902";
+}
+.icon-scripting-mode:before {
+ content: "\e903";
+}
+.icon-archive:before {
+ content: "\e904";
+}