mirror of
https://github.com/penpot/penpot.git
synced 2026-03-08 03:01:11 +00:00
🐛 Fix padding of font size selector
This commit is contained in:
committed by
Alonso Torres
parent
d3bf35869a
commit
565bf5fbb8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user