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 { &.small-item {
max-width: 12%; max-width: 12%;
min-width: 150px;
} }
&.add-project { &.add-project {

View file

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

View file

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