Skip to content

Commit

Permalink
PT-13927: Fix blade icon style
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 17, 2023
1 parent b811ccf commit 8731df9
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 8731df9

Please sign in to comment.