Skip to content

Commit

Permalink
Refs #141204 modules folder now has the variables and overrides from …
Browse files Browse the repository at this point in the history
…pastanaga theme:

- also use eea for each site module from theme.config of volto-eea-design-system now
  that we have all the overrides and variables from pastanaga theme
  • Loading branch information
ichim-david committed Nov 2, 2021
1 parent f2841b6 commit 27a201d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
14 changes: 7 additions & 7 deletions theme/theme.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
*/

/* Global */
@site : 'pastanaga';
@site : 'eea';
@reset : 'eea';

/* Elements */
@button : 'pastanaga';
@container : 'pastanaga';
@button : 'eea';
@container : 'eea';
@divider : 'eea';
@flag : 'eea';
@header : 'eea';
@icon : 'eea';
@image : 'eea';
@input : 'pastanaga';
@input : 'eea';
@label : 'eea';
@list : 'eea';
@loader : 'eea';
Expand All @@ -41,9 +41,9 @@

/* Collections */
@breadcrumb : 'eea';
@form : 'pastanaga';
@grid : 'pastanaga';
@menu : 'pastanaga';
@form : 'eea';
@grid : 'eea';
@menu : 'eea';
@message : 'eea';
@table : 'eea';

Expand Down
2 changes: 1 addition & 1 deletion theme/themes/eea/views/card.variables
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
@linkHoverBorder: @border;
@linkHoverZIndex: 5;
@linkHoverRaiseDistance: 3px;
@linkHoverTransform: translateY(-@linkHoverRaiseDistance);
@linkHoverTransform: none;

@shadowHoverBoxShadow: 0px @shadowDistance @linkHoverRaiseDistance 0px @solidSelectedBorderColor;
@linkHoverBoxShadow:
Expand Down
4 changes: 4 additions & 0 deletions theme/themes/eea/views/comment.overrides
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*******************************
Theme Overrides
*******************************/

.ui.comments .comment .avatar.circular img {
border-radius: 50%;
}
2 changes: 1 addition & 1 deletion theme/themes/eea/views/statistic.variables
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/* Group */
@horizontalSpacing: 1.5em;
@rowSpacing: 1em;
@rowSpacing: 2em;
@groupMargin: @verticalMargin -@horizontalSpacing -@rowSpacing;

/* Group Element */
Expand Down

0 comments on commit 27a201d

Please sign in to comment.