0
Fork 0
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:
Juan de la Cruz 2016-01-14 12:48:37 +01:00
parent aaaafb46f5
commit ec90f42833
3 changed files with 8 additions and 2 deletions

View file

@ -76,6 +76,7 @@
&.small-item {
max-width: 12%;
min-width: 150px;
}
&.add-project {

View file

@ -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%;

View file

@ -73,6 +73,10 @@
}
.btn-primary {
margin-top: 10px;
}
}
}