Search result table refactor

stable
Xavier Julián 2014-06-27 14:46:26 +02:00
parent 038565bf32
commit ec93817fe9
1 changed files with 5 additions and 2 deletions

View File

@ -2,13 +2,17 @@
.row {
@include table-flex;
padding: 20px;
&:hover {
background: lighten($green-taiga, 60%);
@include transition (background .2s ease-in);
}
div {
>div {
@include table-flex-child(1, 0, 0);
}
.user-stories {
@include table-flex-child(5, 500px, 0, 500px);
}
}
.row-selected {
background: lighten($green-taiga, 60%);
@ -17,7 +21,6 @@
// TODO: refactor xaviju
.user-story-name {
flex-basis: 500px;
input {
vertical-align: top;
}