Skip to content

Commit

Permalink
IBX-3324: Fixed font size and color of description in header (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
OstafinL authored Jul 25, 2022
1 parent 6a0b631 commit 5546991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/bundle/Resources/public/scss/_icon-tag.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.ibexa-icon-tag {
display: flex;
align-items: center;
color: $ibexa-color-dark-300;
color: $ibexa-color-dark-400;
font-size: $ibexa-text-font-size-medium;
margin-bottom: calculateRem(24px);

.ibexa-icon {
margin-right: calculateRem(8px);
fill: $ibexa-color-dark-400;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{% endblock %}
{% block bottom %}
<span class="ibexa-icon-tag">
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--base-dark ibexa-icon--{{ content_type.identifier }}">
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--{{ content_type.identifier }}">
<use xlink:href="{{ ibexa_content_type_icon(content_type.identifier) }}"></use>
</svg>
{{ content_type.name }}
Expand Down

0 comments on commit 5546991

Please sign in to comment.