diff --git a/extensions/odoo_theme/static/fonts/icomoon.eot b/extensions/odoo_theme/static/fonts/icomoon.eot index 9b0714875..32457fddd 100644 Binary files a/extensions/odoo_theme/static/fonts/icomoon.eot and b/extensions/odoo_theme/static/fonts/icomoon.eot differ diff --git a/extensions/odoo_theme/static/fonts/icomoon.svg b/extensions/odoo_theme/static/fonts/icomoon.svg index 1f9a4ad0a..7ed24d297 100644 --- a/extensions/odoo_theme/static/fonts/icomoon.svg +++ b/extensions/odoo_theme/static/fonts/icomoon.svg @@ -22,11 +22,11 @@ - + - - + + @@ -52,13 +52,13 @@ - + - + @@ -71,9 +71,6 @@ - - - @@ -85,6 +82,7 @@ + diff --git a/extensions/odoo_theme/static/fonts/icomoon.ttf b/extensions/odoo_theme/static/fonts/icomoon.ttf index 36038e9bd..f320a88d7 100644 Binary files a/extensions/odoo_theme/static/fonts/icomoon.ttf and b/extensions/odoo_theme/static/fonts/icomoon.ttf differ diff --git a/extensions/odoo_theme/static/fonts/icomoon.woff b/extensions/odoo_theme/static/fonts/icomoon.woff index ed1d686e1..966f90e22 100644 Binary files a/extensions/odoo_theme/static/fonts/icomoon.woff and b/extensions/odoo_theme/static/fonts/icomoon.woff differ diff --git a/extensions/odoo_theme/static/fonts/icomoon.woff2 b/extensions/odoo_theme/static/fonts/icomoon.woff2 index b835f6708..df18fb8e3 100644 Binary files a/extensions/odoo_theme/static/fonts/icomoon.woff2 and b/extensions/odoo_theme/static/fonts/icomoon.woff2 differ diff --git a/extensions/odoo_theme/static/scss/_iconfont.scss b/extensions/odoo_theme/static/scss/_iconfont.scss index ee7e03fb6..302b3d09f 100644 --- a/extensions/odoo_theme/static/scss/_iconfont.scss +++ b/extensions/odoo_theme/static/scss/_iconfont.scss @@ -12,7 +12,6 @@ text-transform: none; } - .i-arrow-up { &:before { content: $i-arrow-up; @@ -138,9 +137,9 @@ content: $i-users; } } -.i-doc-admin { +.i-doc-hr { &:before { - content: $i-doc-admin; + content: $i-doc-hr; } } .i-doc-apps { @@ -153,6 +152,11 @@ content: $i-doc-contribute; } } +.i-doc-admin_2 { + &:before { + content: $i-doc-admin_2; + } +} .i-doc-dev { &:before { content: $i-doc-dev; @@ -163,6 +167,11 @@ content: $i-doc-services; } } +.i-doc-admin { + &:before { + content: $i-doc-admin; + } +} .i-documentation { &:before { content: $i-documentation; @@ -298,11 +307,6 @@ content: $i-search; } } -.i-overview { - &:before { - content: $i-overview; - } -} .i-view { &:before { content: $i-view; @@ -368,21 +372,6 @@ content: $i-release; } } -.i-v12 { - &:before { - content: $i-v12; - } -} -.i-v13 { - &:before { - content: $i-v13; - } -} -.i-v14 { - &:before { - content: $i-v14; - } -} .i-info { &:before { content: $i-info; @@ -423,9 +412,8 @@ content: $i-edit; } } - -.i-close { +.i-article { &:before { - content: $i-close; + content: $i-article; } } \ No newline at end of file diff --git a/extensions/odoo_theme/static/scss/_variables.scss b/extensions/odoo_theme/static/scss/_variables.scss index 3fec87d80..2f0b177eb 100644 --- a/extensions/odoo_theme/static/scss/_variables.scss +++ b/extensions/odoo_theme/static/scss/_variables.scss @@ -100,11 +100,13 @@ $i-customer-reviews: "\e90d"; $i-hr: "\e91c"; $i-developer: "\e90e"; $i-users: "\e93f"; -$i-doc-admin: "\e90f"; +$i-doc-hr: "\e90f"; $i-doc-apps: "\e910"; $i-doc-contribute: "\e911"; -$i-doc-dev: "\e912"; +$i-doc-admin_2: "\e912"; +$i-doc-dev: "\e92d"; $i-doc-services: "\e913"; +$i-doc-admin: "\e933"; $i-documentation: "\e914"; $i-scaleup: "\e934"; $i-knowledge: "\e920"; @@ -132,7 +134,6 @@ $i-time-management_2: "\e93b"; $i-time-management: "\e93c"; $i-advanced: "\e901"; $i-search: "\e935"; -$i-overview: "\e92d"; $i-view: "\e952"; $i-view-more: "\e950"; $i-view-next: "\e951"; @@ -146,9 +147,6 @@ $i-compare: "\e90b"; $i-themes: "\e93a"; $i-translate: "\e93d"; $i-release: "\e930"; -$i-v12: "\e940"; -$i-v13: "\e941"; -$i-v14: "\e942"; $i-info: "\e91d"; $i-warning: "\e943"; $i-danger: "\e94d"; @@ -157,7 +155,7 @@ $i-exercise: "\e918"; $i-lightbulb: "\e921"; $i-check: "\e909"; $i-edit: "\e932"; -$i-close: "\e933"; +$i-article: "\e94e"; //------------------------------------------------------------------------------