Skip to content

Commit 88b78db

Browse files
authored
IBX-10440: Changed base icon size (#1687)
1 parent a5d9bb8 commit 88b78db

File tree

107 files changed

+183
-183
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+183
-183
lines changed

src/bundle/Resources/public/js/scripts/helpers/form.validation.helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { getTranslator } from './context.helper';
22
import { getIconPath } from './icon.helper';
33

44
const formatErrorLine = (errorMessage) => {
5-
const errorIcon = `<svg class="ibexa-icon ibexa-icon--small ibexa-form-error__icon">
5+
const errorIcon = `<svg class="ibexa-icon ibexa-icon--small-medium ibexa-form-error__icon">
66
<use xlink:href="${getIconPath('notice')}"></use>
77
</svg>`;
88
const container = document.createElement('em');

src/bundle/Resources/public/scss/_instant-filter.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
fill: $ibexa-color-black;
6262
position: absolute;
6363
left: calculateRem(20px);
64-
width: calculateRem(16px);
65-
height: calculateRem(16px);
6664
}
6765

6866
&:hover {
@@ -82,7 +80,7 @@
8280
}
8381

8482
&__group-item-label-icon {
85-
height: calculateRem(16px);
83+
height: calculateRem(20px);
8684
}
8785
}
8886
}

src/bundle/Resources/public/scss/ui/modules/universal-discovery/_finder-leaf.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686

8787
&__icon-wrapper {
8888
position: relative;
89-
margin-right: calculateRem(20px);
89+
margin-right: calculateRem(24px);
9090
text-align: center;
9191

9292
.ibexa-icon {

src/bundle/Resources/views/themes/admin/account/bookmarks/list.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{% endset %}
2828

2929
{% set col_icon %}
30-
<svg class="ibexa-icon ibexa-icon--small">
30+
<svg class="ibexa-icon ibexa-icon--small-medium">
3131
<use xlink:href="{{ ibexa_content_type_icon(bookmark.contentType.identifier) }}"></use>
3232
</svg>
3333
{% endset %}
@@ -61,7 +61,7 @@
6161
data-content-id="{{ bookmark.contentInfo.id }}"
6262
data-language-code="{{ bookmark.contentInfo.mainLanguageCode }}"
6363
>
64-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
64+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
6565
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
6666
</svg>
6767
</button>

src/bundle/Resources/views/themes/admin/account/change_password/form_fields.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{%- if errors|length > 0 -%}
3636
{%- for error in errors -%}
3737
<em class="ibexa-field-edit__error ibexa-form-error__row">
38-
<svg class="ibexa-icon ibexa-icon--small ibexa-form-error__icon">
38+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-form-error__icon">
3939
<use xlink:href="{{ ibexa_icon_path('notice') }}"></use>
4040
</svg>
4141
{{ error.message }}

src/bundle/Resources/views/themes/admin/account/profile/view.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
{% if can_edit_profile and ibexa_is_current_user(user) %}
4040
<a href="{{ path('ibexa.user.profile.edit') }}" class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small">
41-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
41+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
4242
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
4343
</svg>
4444
<span class="ibexa-btn__label">

src/bundle/Resources/views/themes/admin/account/settings/list.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
href="{{ path('ibexa.user_settings.update', { 'identifier': settings_group.identifier }) }}"
3636
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small"
3737
>
38-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
38+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
3939
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
4040
</svg>
4141
<span class="ibexa-btn__label">
@@ -79,7 +79,7 @@
7979
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small
8080
{% if can_change_password == false %} disabled{% endif %}"
8181
>
82-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
82+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
8383
<use xlink:href="{{ ibexa_icon_path('edit') }}"></use>
8484
</svg>
8585
<span class="ibexa-btn__label">

src/bundle/Resources/views/themes/admin/content/draft/draft_list.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
}]) %}
3838

3939
{% set col_raw %}
40-
<svg class="ibexa-icon ibexa-icon--small">
40+
<svg class="ibexa-icon ibexa-icon--small-medium">
4141
<use xlink:href="{{ ibexa_content_type_icon(row.contentType.identifier) }}"></use>
4242
</svg>
4343
{% endset %}
@@ -155,7 +155,7 @@
155155
data-bs-toggle="modal"
156156
data-bs-target="#{{ modal_data_target }}"
157157
>
158-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
158+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
159159
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
160160
</svg>
161161
<span class="ibexa-btn__label">

src/bundle/Resources/views/themes/admin/content/form_fields.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{%- if errors|length > 0 -%}
2828
{%- for error in errors -%}
2929
<em class="ibexa-field-edit__error ibexa-form-error__row">
30-
<svg class="ibexa-icon ibexa-icon--small ibexa-form-error__icon">
30+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-form-error__icon">
3131
<use xlink:href="{{ ibexa_icon_path('notice') }}"></use>
3232
</svg>
3333
{{ error.message }}

src/bundle/Resources/views/themes/admin/content/location_view.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
{% endblock %}
106106
{% block bottom %}
107107
<span class="ibexa-icon-tag">
108-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--{{ content_type.identifier }}">
108+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--{{ content_type.identifier }}">
109109
<use xlink:href="{{ ibexa_content_type_icon(content_type.identifier) }}"></use>
110110
</svg>
111111
{{ content_type.name }}

0 commit comments

Comments
 (0)