Skip to content

Commit

Permalink
Add xxs condition for font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
ASPhillips8 committed Dec 20, 2024
1 parent 87b2580 commit 11df23d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,11 @@ $pb_icon_circle_sizes: (
border-radius: $size/2;
background: $silver;
color: $text_lt_light;
font-size: $size * 0.38;
font-size: if($name == "xxs", $size - 6px, $size * 0.38);
line-height: $size;
flex-shrink: 0;
flex-grow: 0;
flex-basis: $size;

@include svg_size($name, "xxs", $size - 6px);
}
}

Expand Down

0 comments on commit 11df23d

Please sign in to comment.