Fix an style error with the header of US points table
parent
54cbfd9c92
commit
1811f33daa
|
@ -2,15 +2,6 @@
|
||||||
@include table-flex(stretch, center, flex, row, wrap, center);
|
@include table-flex(stretch, center, flex, row, wrap, center);
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
padding: 1rem;
|
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 {
|
div {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -30,6 +21,19 @@
|
||||||
@extend %bold;
|
@extend %bold;
|
||||||
border-bottom: 2px solid $gray-light;
|
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 {
|
.project-values-name {
|
||||||
@include table-flex-child(3, 0, 0);
|
@include table-flex-child(3, 0, 0);
|
||||||
|
|
Loading…
Reference in New Issue