mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 17:18:21 -05:00
Minor style improvements.
This commit is contained in:
parent
25eff6a0a7
commit
e39f9767be
1 changed files with 11 additions and 2 deletions
|
@ -33,6 +33,10 @@
|
||||||
.inputs-area {
|
.inputs-area {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
|
||||||
|
> input {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Default skin */
|
/* Default skin */
|
||||||
|
@ -110,6 +114,10 @@
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
.inputs-area {
|
||||||
|
width: 170px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -142,9 +150,10 @@
|
||||||
border-radius: $br-small;
|
border-radius: $br-small;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
left: 0;
|
left: 1400px;
|
||||||
|
top: 100px;
|
||||||
padding: $small;
|
padding: $small;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -20px;
|
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
|
width: 210px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue