Skip to content

Commit

Permalink
change(rounded): image size, border radius to ensure more image are t…
Browse files Browse the repository at this point in the history
…urned into rounded options

- 50% is better than 500rem expect for checkboxes where we want to have the rounded left and right
  edge for toggles
  • Loading branch information
ichim-david committed Sep 26, 2022
1 parent 2c820c6 commit 51e23c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/themes/eea/globals/site.variables
Expand Up @@ -622,7 +622,7 @@
Borders
--------------------*/

@circularRadius : 500rem;
@circularRadius : 50%;

@borderColor : @silverGray;
@strongBorderColor : rgba(34, 36, 38, 0.22);
Expand Down
1 change: 1 addition & 0 deletions theme/themes/eea/modules/checkbox.variables
Expand Up @@ -5,6 +5,7 @@
@checkboxSize: 20px;
@checkboxColor: @textColor;
@checkboxLineHeight: @checkboxSize;
@circularRadius: 500rem;


/* Label */
Expand Down
4 changes: 2 additions & 2 deletions theme/themes/eea/views/card.variables
Expand Up @@ -282,8 +282,8 @@
@roundedContentTitleFontWeight : @bold;
@roundedContentTitleFontSize : @font-size-3;
@roundedImageJustifyContent : center;
@roundedImageHeight : 173px;
@roundedImageWidth : 173px;
@roundedImageHeight : 176px;
@roundedImageWidth : 176px;
@roundedMetadataFontSize : @font-size-1;
@roundedMetadataFontWeight : @normal;

Expand Down

0 comments on commit 51e23c1

Please sign in to comment.