Skip to content

Commit

Permalink
fix(banner): Add missing divider for time tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Mar 28, 2023
1 parent 55fcd67 commit 7d68c39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/themes/eea/extras/banner.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
}

.metadata {
margin-bottom: @rem-space-3;
font-size: @mobileMetadataFontSize;
line-height: @mobileMetadataLineHeight;
margin-bottom: @rem-space-3;

.field.type {
font-weight: @metadataTypeFontWeight;
}

span.field:not(:last-child)::after {
.field:not(:last-child)::after {
content: @metadataFieldDividerContent;
}
}
Expand Down Expand Up @@ -110,10 +110,10 @@
/*Share Popup*/

.ui.popup.share-popup {
position: initial; // without position initial popper cannot correctly place popup
min-width: @sharePopupMinWidth;
padding: @sharePopupPadding;
filter: @sharePopupFilter;
min-width: @sharePopupMinWidth;
position: initial; // without position initial popper cannot correctly place popup

p {
font-size: @sharePopupFontSize;
Expand Down

0 comments on commit 7d68c39

Please sign in to comment.