mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
add colorpicker to lightboxes and fix grid css
This commit is contained in:
parent
aaaafb46f5
commit
ec90f42833
@ -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…
x
Reference in New Issue
Block a user