Skip to content

Commit 19fee17

Browse files
committed
Style fixes
1 parent b6e562f commit 19fee17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/bundle/Resources/public/scss/_notifications-modal.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
background: $ibexa-color-danger;
8484
opacity: 1;
8585
position: absolute;
86-
left: calculateRem(10px);
87-
top: calculateRem(16px);
86+
left: calculateRem(16px);
87+
top: calculateRem(22px);
8888
color: $ibexa-color-white;
8989
}
9090

@@ -105,7 +105,7 @@
105105
.description__title {
106106
margin-bottom: 0;
107107

108-
&__item {
108+
&--item {
109109
display: inline-block;
110110
vertical-align: top;
111111
max-width: 100%;

src/bundle/Resources/views/themes/admin/account/notifications/list_item_deleted.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% block content %}
2323
<p class="description__title">
2424
{{ 'notification.title'|trans|desc('Title:') }}
25-
<span class="description__title__item"><strong>{{ title }}</strong></span>
25+
<span class="description__title--item"><strong>{{ title }}</strong></span>
2626
</p>
2727
<p class="description__text description__text--permanently-deleted">{{ 'notification.no_longer_available'|trans({}, 'ibexa_notifications')|desc('The Content item is no longer available')}}</p>
2828
{% endblock %}

0 commit comments

Comments
 (0)