Skip to content

Commit

Permalink
refactor(item): adjust to volto theming
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Feb 4, 2022
1 parent b726e49 commit 89a16af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
25 changes: 3 additions & 22 deletions theme/themes/eea/views/item.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,7 @@
Theme Overrides
*******************************/

div.ui.items .item .image {
margin: 0 !important;
}

div.ui.items .item .content {
.header {
font-family: @itemHeaderFont;
}

.meta,
.description,
.extra {
font-family: @itemFont;
}

.description {
font-size: @descriptionFontSize;
}

.extra {
color: @extraColor;
}
/* Align item image left with text */
.ui.items:not(.unstackable) > .item > .image {
margin: @imageMargin;
}
3 changes: 0 additions & 3 deletions theme/themes/eea/views/item.variables
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
View
--------------------*/

@itemHeaderFont: @headerFont;
@itemFont: @pageFont;

/* Group */
@groupMargin: 1.5em 0em;

Expand Down

0 comments on commit 89a16af

Please sign in to comment.