0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00

🐛 Fix problem with odd widh/height and antialias icons

This commit is contained in:
alonso.torres 2021-06-16 11:09:47 +02:00
parent 2cd7f0f74c
commit 370b6bb2f2

View file

@ -22,8 +22,8 @@
transition: all .4s;
text-decoration: none !important;
svg {
height: 15px;
width: 15px;
height: 16px;
width: 16px;
}
&.btn-large {
font-size: $fs14;