Fix an style error with the header of US points table

stable
David Barragán Merino 2014-08-27 14:22:31 +02:00
parent 54cbfd9c92
commit 1811f33daa
1 changed files with 13 additions and 9 deletions

View File

@ -2,15 +2,6 @@
@include table-flex(stretch, center, flex, row, wrap, center);
border-bottom: 1px solid $whitish;
padding: 1rem;
&:hover {
@include transition (background .2s ease-in);
background: lighten($green-taiga, 60%);
cursor: move;
.icon {
@include transition (opacity .2s ease-in);
opacity: 1;
}
}
div {
margin-left: 1rem;
position: relative;
@ -30,6 +21,19 @@
@extend %bold;
border-bottom: 2px solid $gray-light;
}
.project-values-body {
.project-values-row {
&:hover {
@include transition (background .2s ease-in);
background: lighten($green-taiga, 60%);
cursor: move;
.icon {
@include transition (opacity .2s ease-in);
opacity: 1;
}
}
}
}
.project-values-name {
@include table-flex-child(3, 0, 0);