Skip to content
Snippets Groups Projects
Commit fb095feb authored by Michael Kessler's avatar Michael Kessler
Browse files

[TASK] Change icon and font size for meta info

parent 862a3f0b
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ $sg-news-chevron-color: var(--component-color-primary-background, $black-base);
.tx-sgnews-teaser-meta {
color: var(--component-color-foreground);
// stylelint-disable declaration-no-important
font-size: 1em !important;
font-size: 15px !important;
text-align: left !important;
// stylelint-enable
margin: -10px 0 5px;
......@@ -107,15 +107,15 @@ $sg-news-chevron-color: var(--component-color-primary-background, $black-base);
.date::before {
@include inline-svg($icon-regular-calendar-alt, $black-base);
width: 9px;
height: 10px;
width: 12px;
height: 14px;
margin: 0;
}
.author::before {
@include inline-svg($icon-solid-user, $black-base);
width: 9px;
height: 10px;
width: 12px;
height: 13px;
margin: 0;
}
......@@ -123,8 +123,8 @@ $sg-news-chevron-color: var(--component-color-primary-background, $black-base);
@include inline-svg($icon-solid-tag, $black-base);
content: '';
display: inline-block;
width: 9px;
height: 10px;
width: 12px;
height: 12px;
margin: 0;
}
......@@ -132,8 +132,8 @@ $sg-news-chevron-color: var(--component-color-primary-background, $black-base);
@include inline-svg($icon-solid-tags, $black-base);
content: '';
display: inline-block;
width: 9px;
height: 10px;
width: 15px;
height: 12px;
margin: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment