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