diff --git a/customize.dist/src/less2/include/creation.less b/customize.dist/src/less2/include/creation.less index 2630cb896..bc8a46601 100644 --- a/customize.dist/src/less2/include/creation.less +++ b/customize.dist/src/less2/include/creation.less @@ -255,11 +255,6 @@ background-color: @cp_creation-button-bg; color: @cp_creation-button-fg; } - .cp-creation-team-avatar { - .fa { - font-size: 25px; - } - } .cp-creation-team-name { overflow: hidden; white-space: nowrap; diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 9f1d02c50..5de98697a 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -421,10 +421,6 @@ color: @toolbar-bg-color; color: var(--toolbar-bg-color); - .fa { - font: normal normal normal 14px/1 FontAwesome; - } - .tools_unselectable(); font: @toolbar_button-font; @@ -544,9 +540,6 @@ line-height: @toolbar_line-height; display: inline-flex; - .fa { - font-size: @colortheme_app-font-size; - } } input { height: @toolbar_line-height; @@ -676,9 +669,6 @@ font-size: 20px; vertical-align: middle; border-radius: 0 @variables_radius @variables_radius 0; - .fa { - font-size: 20px; - } } .cp-toolbar-title-readonly { margin-left: 10px;