diff options
Diffstat (limited to 'cds-ui/designer-client/src/assets/icomoon/style.css')
-rw-r--r--[-rwxr-xr-x] | cds-ui/designer-client/src/assets/icomoon/style.css | 113 |
1 files changed, 46 insertions, 67 deletions
diff --git a/cds-ui/designer-client/src/assets/icomoon/style.css b/cds-ui/designer-client/src/assets/icomoon/style.css index e4dccceac..18863f2c7 100755..100644 --- 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?pyhe9j'); - src: url('fonts/icomoon.eot?pyhe9j#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?pyhe9j') format('truetype'), - url('fonts/icomoon.woff?pyhe9j') format('woff'), - url('fonts/icomoon.svg?pyhe9j#icomoon') format('svg'); + src: url('fonts/icomoon.eot?sse4d9'); + src: url('fonts/icomoon.eot?sse4d9#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?sse4d9') format('truetype'), + url('fonts/icomoon.woff?sse4d9') format('woff'), + url('fonts/icomoon.svg?sse4d9#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -19,95 +19,74 @@ font-variant: normal; text-transform: none; line-height: 1; - - /* Enable Ligatures ================ */ - letter-spacing: 0; - -webkit-font-feature-settings: "liga"; - -moz-font-feature-settings: "liga=1"; - -moz-font-feature-settings: "liga"; - -ms-font-feature-settings: "liga" 1; - font-feature-settings: "liga"; - -webkit-font-variant-ligatures: discretionary-ligatures; - font-variant-ligatures: discretionary-ligatures; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -.icon-dg_generic:before { - content: "\e910"; - color: #1b3e6f; +.icon-function-attribute:before { + content: "\e916"; } -.icon-remote_ansible:before { - content: "\e911"; - color: #1b3e6f; +.icon-use-attributes:before { + content: "\e901"; } -.icon-netconf_executer:before { - content: "\e912"; - color: #1b3e6f; +.icon-upload-attributes:before { + content: "\e902"; } -.icon-resource_resolution:before { - content: "\e913"; - color: #1b3e6f; +.icon-enter-link:before { + content: "\e903"; } -.icon-next_arrow:before { - content: "\e914"; - color: #1b3e6f; +.icon-action-close:before { + content: "\e904"; } -.icon-function-attribute:before { - content: "\e90e"; +.icon-action-back:before { + content: "\e905"; } -.icon-custom-attribute:before { - content: "\e90f"; - color: #1b3e6f; +.icon-file:before { + content: "\e906"; } -.icon-add-circle:before { - content: "\e90d"; - color: #103d73; +.icon-rectangle:before { + content: "\e907"; } -.icon-required-star:before { - content: "\e90b"; - color: #ff6469; +.icon-enrich:before { + content: "\e908"; } -.icon-source:before { - content: "\e90c"; +.icon-get_started:before { + content: "\e909"; } -.icon-autoMap:before { +.icon-user_guide:before { content: "\e90a"; } -.icon-get_started:before { - content: "\e908"; +.icon-autoMap:before { + content: "\e90b"; } -.icon-user_guide:before { - content: "\e909"; +.icon-required-star:before { + content: "\e90c"; } -.icon-enrich:before { - content: "\e907"; +.icon-source:before { + content: "\e90d"; } -.icon-rectangle:before { - content: "\e906"; +.icon-add-circle:before { + content: "\e90e"; } -.icon-file:before { - content: "\e905"; - color: #1b3e6f; +.icon-custom-attribute:before { + content: "\e90f"; } -.icon-action-back:before { - content: "\e904"; - color: #1b3e6f; +.icon-dg_generic:before { + content: "\e910"; } -.icon-action-close:before { - content: "\e903"; - color: #1b3e6f; +.icon-remote_ansible:before { + content: "\e911"; } -.icon-enter-link:before { - content: "\e902"; +.icon-netconf_executer:before { + content: "\e912"; } -.icon-use-attributes:before { - content: "\e900"; +.icon-resource_resolution:before { + content: "\e913"; } -.icon-upload-attributes:before { - content: "\e901"; +.icon-next_arrow:before { + content: "\e914"; } .icon-add:before { content: "\e915"; |