mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02: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 {
|
&.small-item {
|
||||||
max-width: 12%;
|
max-width: 12%;
|
||||||
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.add-project {
|
&.add-project {
|
||||||
|
|
|
@ -208,7 +208,8 @@
|
||||||
.element-color-picker {
|
.element-color-picker {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 160px;
|
height: 100%;
|
||||||
|
justify-content: center;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
.color-picker-body {
|
.color-picker-body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -221,7 +222,7 @@
|
||||||
.color-bar-select {
|
.color-bar-select {
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
left: -1px;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
top: 30%;
|
top: 30%;
|
||||||
|
|
|
@ -73,6 +73,10 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue