mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
add colorpicker to lightboxes and fix grid css
This commit is contained in:
parent
aaaafb46f5
commit
ec90f42833
3 changed files with 8 additions and 2 deletions
|
@ -76,6 +76,7 @@
|
|||
|
||||
&.small-item {
|
||||
max-width: 12%;
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
&.add-project {
|
||||
|
|
|
@ -208,7 +208,8 @@
|
|||
.element-color-picker {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: 160px;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
margin: 0 4px;
|
||||
.color-picker-body {
|
||||
height: 100%;
|
||||
|
@ -221,7 +222,7 @@
|
|||
.color-bar-select {
|
||||
background-color: $color-white;
|
||||
height: 3px;
|
||||
left: -1px;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
width: 15px;
|
||||
top: 30%;
|
||||
|
|
|
@ -73,6 +73,10 @@
|
|||
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue