Skip to content

Commit

Permalink
PT-13927: Fix blade icon style (#2711)
Browse files Browse the repository at this point in the history
fix: Blade icon style. The image is made to fill the box, while preserving its aspect ratio.
  • Loading branch information
OlegoO committed Oct 18, 2023
1 parent 46aa4b5 commit 48f5cb4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,13 @@ img.list-icon
@extend %icon
height: 32px
width: 32px
object-fit: contain
border-radius: 16px
img.title-icon
@extend %icon
height: 34px
width: 34px
object-fit: contain
border-radius: 17px

/* Links */
Expand Down

0 comments on commit 48f5cb4

Please sign in to comment.