Skip to content

Commit

Permalink
Removing padding from overlay center classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ASPhillips8 committed Dec 5, 2024
1 parent bcc10b3 commit 8f51b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions playbook/app/pb_kits/playbook/pb_avatar/_avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ $avatar-sizes: (
[class^=pb_card_kit].overlay_top_center {
left: 50%;
transform: translateX(-50%);
padding: 2px !important;
}

[class^=pb_card_kit].overlay_left_center,
[class^=pb_card_kit].overlay_right_center {
top: 50%;
transform: translateY(-50%);
padding: 2px !important;
}
}

Expand Down

0 comments on commit 8f51b2b

Please sign in to comment.