mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
🐛 Fix padding of font size selector
This commit is contained in:
parent
d3bf35869a
commit
565bf5fbb8
1 changed files with 14 additions and 13 deletions
|
@ -284,19 +284,6 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: $s-1 solid var(--input-border-color);
|
border: $s-1 solid var(--input-border-color);
|
||||||
position: relative;
|
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 {
|
.icon {
|
||||||
@include flexCenter;
|
@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 {
|
.font-selector {
|
||||||
@include flexCenter;
|
@include flexCenter;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Add table
Reference in a new issue