Fixed table header hoer
parent
74aba3394d
commit
c8dc4c4895
|
@ -13,19 +13,20 @@
|
||||||
.row {
|
.row {
|
||||||
@include table-flex(stretch, center, flex, row, wrap, center);
|
@include table-flex(stretch, center, flex, row, wrap, center);
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
&.edition,
|
|
||||||
&.new-status {
|
|
||||||
padding-left: 50px;
|
|
||||||
}
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include transition (background .2s ease-in);
|
|
||||||
background: lighten($green-taiga, 60%);
|
|
||||||
.options-column {
|
.options-column {
|
||||||
@include transition (opacity .3s linear);
|
@include transition (opacity .3s linear);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
cursor: move;
|
|
||||||
}
|
}
|
||||||
|
&.edition,
|
||||||
|
&.new-status {
|
||||||
|
padding-left: 50px;
|
||||||
|
}
|
||||||
|
&.edition {
|
||||||
|
padding-left: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -64,6 +65,13 @@
|
||||||
}
|
}
|
||||||
.table-main {
|
.table-main {
|
||||||
border-bottom: 1px solid $gray-light;
|
border-bottom: 1px solid $gray-light;
|
||||||
|
.row {
|
||||||
|
&:hover {
|
||||||
|
@include transition (background .2s ease-in);
|
||||||
|
background: lighten($green-taiga, 60%);
|
||||||
|
cursor: move;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.current-color {
|
.current-color {
|
||||||
background-color: $gray-light;
|
background-color: $gray-light;
|
||||||
|
|
Loading…
Reference in New Issue