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);
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue