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

🐛 Fix padding of font size selector

This commit is contained in:
Belén Albeza 2024-02-13 11:42:13 +01:00 committed by Alonso Torres
parent d3bf35869a
commit 565bf5fbb8

View file

@ -284,19 +284,6 @@
padding: 0;
border: $s-1 solid var(--input-border-color);
position: relative;
.font-size-select {
@include removeInputStyle;
@include titleTipography;
height: $s-32;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
.numeric-input {
@extend .input-base;
padding-inline-start: $s-8;
}
}
.icon {
@include flexCenter;
@ -342,6 +329,20 @@
}
}
.font-size-select {
@include removeInputStyle;
@include titleTipography;
height: $s-32;
height: 100%;
width: 100%;
margin: 0;
padding: $s-8;
.numeric-input {
@extend .input-base;
padding: 0;
}
}
.font-selector {
@include flexCenter;
position: absolute;