Skip to content

Commit

Permalink
refactor(list): adjust bullet size
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis authored and tiberiuichim committed Mar 10, 2022
1 parent 70fe041 commit 2b29e4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions theme/themes/eea/elements/list.variables
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@
View
--------------------*/

@listFontWeight: @bold;
@listFontWeight: 500;

/* List */
@listStyleType: none;
@listStylePosition: outside;
@margin: 1em 0em;
@verticalPadding: 0em;
@horizontalPadding: 0em;
@bulletSize: @relative30px;

/* List Item */
@itemVerticalPadding: @relative3px;
@itemHorizontalPadding: 0em;
@itemPadding: @itemVerticalPadding @itemHorizontalPadding;
@itemLineHeight: @relativeLarge;
@itemLineHeight: @relativeBig;

/* Sub List */
@childListPadding: 0.75em 0em 0.25em 0.5em;
Expand Down Expand Up @@ -164,7 +163,7 @@

/* Bulleted */

@bulletSize: @relative30px;
@bulletSize: 1.1rem;
@bulletDistance: 1.25rem;
@bulletOffset: -@bulletDistance;

Expand Down

0 comments on commit 2b29e4e

Please sign in to comment.