Skip to content

Commit

Permalink
change(cards): by default date is set to appear on the right of the m…
Browse files Browse the repository at this point in the history
…eta section
  • Loading branch information
ichim-david committed Sep 29, 2022
1 parent c828a52 commit b7b80e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/themes/eea/views/card.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
text-align: var(--text-align, @cardTextAlign);
}

.card .meta .date {
margin-left: @cardMetaDateMarginLeft;
}

.ui.cards > .card:not(.rounded) > .image,
.ui.card:not(.rounded) > .image {
overflow: @cardImageOverflow;
Expand Down
1 change: 1 addition & 0 deletions theme/themes/eea/views/card.variables
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
box-shadow @defaultDuration @defaultEasing,
transform @defaultDuration @defaultEasing
;
@cardMetaDateMarginLeft: auto;

/* Card Group */
@horizontalSpacing: 1em;
Expand Down

0 comments on commit b7b80e8

Please sign in to comment.