mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 08:28:39 +02:00
✨ Improves the text-size input
This commit is contained in:
parent
7c1b3d1b85
commit
0dbcfcbc0b
3 changed files with 36 additions and 35 deletions
|
@ -373,7 +373,7 @@
|
|||
width: 60%;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-40;
|
||||
fill: $color-gray-10;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
}
|
||||
|
@ -385,6 +385,11 @@
|
|||
width: 60%;
|
||||
}
|
||||
|
||||
input.input-text {
|
||||
border: none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.input-select {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
|
@ -404,12 +409,12 @@
|
|||
|
||||
.dropdown-button {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
right: 0;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
&.input-option {
|
||||
height: 2rem;
|
||||
height: 26px;
|
||||
border-bottom: 1px solid #64666A;
|
||||
width: 100%;
|
||||
margin-left: 0.25rem;
|
||||
|
@ -431,6 +436,15 @@
|
|||
}
|
||||
|
||||
.element-set-content .grid-option-main {
|
||||
.editable-select {
|
||||
height: 2rem;
|
||||
}
|
||||
.editable-select svg {
|
||||
fill: $color-gray-40;
|
||||
}
|
||||
.dropdown-button {
|
||||
top: 4px;
|
||||
}
|
||||
.editable-select.input-option .input-text {
|
||||
padding: 0;
|
||||
padding-top: 0.18rem;
|
||||
|
@ -689,6 +703,7 @@
|
|||
&:hover {
|
||||
background: $color-gray-60;
|
||||
|
||||
|
||||
.custom-select,
|
||||
.editable-select,
|
||||
input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue