mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 19:58:35 +02:00
Moving editable select styles to the scss files
This commit is contained in:
parent
b733d9e06f
commit
fed684c058
2 changed files with 37 additions and 24 deletions
|
@ -248,6 +248,32 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.editable-select {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 38px;
|
||||
|
||||
.input-text {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.input-select {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border: none;
|
||||
color: $color-white;
|
||||
width: 100%;
|
||||
|
||||
option {
|
||||
color: $intense-ui-text;
|
||||
font-size: $fs12;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.color-th {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue