1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- @font-face {
- font-family: 'cmsmodule';
- src:
- url('../x_component_cms_Module/$Main/default/fonts/cmsmodule.ttf?k0urch') format('truetype'),
- url('../x_component_cms_Module/$Main/default/fonts/cmsmodule.woff?k0urch') format('woff'),
- url('../x_component_cms_Module/$Main/default/fonts/cmsmodule.svg?k0urch#cmsmodule') format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: block;
- }
- [class^="o2icon-"], [class*=" o2icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'cmsmodule' !important;
- speak: never;
- 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;
- }
- .o2icon-folder-select:before {
- content: "\e900";
- }
- .o2icon-folder-move:before {
- content: "\e902";
- }
- .o2icon-back:before {
- content: "\e918";
- }
- .o2icon-layout:before {
- content: "\e958";
- }
- .o2icon-newfiles:before {
- content: "\e95b";
- }
- .o2icon-files:before {
- content: "\e95c";
- }
- .o2icon-document-copy:before {
- content: "\e990";
- }
- .o2icon-search2:before {
- content: "\e993";
- }
- .o2icon-edit2:before {
- content: "\e99d";
- }
- .o2icon-create:before {
- content: "\e9af";
- }
- .o2icon-delete:before {
- content: "\e9b0";
- }
- .o2icon-triangle_right:before {
- content: "\e9b1";
- }
- .o2icon-triangle_down:before {
- content: "\e9b2";
- }
- .o2icon-off:before {
- content: "\e9bb";
- }
- .o2icon-order:before {
- content: "\e9bd";
- }
- .o2icon-list3:before {
- content: "\e9c0";
- }
- .o2icon-list4:before {
- content: "\e9c1";
- }
- .o2icon-publishdelay:before {
- content: "\e901";
- }
- .o2icon-clock2:before {
- content: "\e9ab";
- }
- .o2icon-spinner:before {
- content: "\e97d";
- }
|