mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix problem with odd widh/height and antialias icons
This commit is contained in:
parent
2cd7f0f74c
commit
370b6bb2f2
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
transition: all .4s;
|
transition: all .4s;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
svg {
|
svg {
|
||||||
height: 15px;
|
height: 16px;
|
||||||
width: 15px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
&.btn-large {
|
&.btn-large {
|
||||||
font-size: $fs14;
|
font-size: $fs14;
|
||||||
|
|
Loading…
Add table
Reference in a new issue