edit color

stable
Juanfran 2014-06-24 11:16:05 +02:00
parent 7ae9c5b7ea
commit a81f2ccfe9
4 changed files with 18 additions and 5 deletions

View File

@ -15,8 +15,9 @@ block content
header
include views/components/mainTitle
a.button-green.new-color(href="")
span.text
| + Add new US
div.project-colors-options
a.button.button-green.new-color(href="")
span.text
| + Add new US
include views/modules/colors-table

View File

@ -20,6 +20,7 @@ section.colors-table
div.width-2.is-closed-column
input(type="checkbox")
div.width-1.options-column
a.icon.icon-floppy(href="#")
- for (var x = 0; x < 50; x++)
div.row.table-main
@ -34,7 +35,7 @@ section.colors-table
div.width-6 Ready for test
div.width-2.is-closed-column
div.icon.icon-plus
div.icon.icon-notification-success
div.width-1.options-column
a.icon.icon-delete(href="#")
a.icon.icon-edit(href="#")

View File

@ -3,6 +3,9 @@
float: right;
}
.colors-table {
margin-top: 2rem;
margin-top: 1rem;
}
.project-colors-options {
@include clearfix;
}
}

View File

@ -52,18 +52,26 @@
height: 35px;
width: 35px;
}
.icon-floppy,
.icon-delete,
.icon-edit {
@extend %large;
float: right;
margin-right: .5rem;
}
.icon-floppy {
margin-right: 1rem;
}
.icon-delete {
margin-right: 1rem;
&:hover {
color: $red;
}
}
.icon-notification-success {
@extend %large;
color: $fresh-taiga;
}
.select-color {
@include popover(323px, 10px, 70px, '', '', 15px, 13px, -7px);
border-radius: 0 10px 10px 0;