Fix visualization of assignation table

stable
xaviju 2017-02-28 13:29:46 +01:00
parent c86856be12
commit 7eef114dcd
1 changed files with 14 additions and 13 deletions

View File

@ -1,13 +1,13 @@
@mixin import-project-selector { @mixin import-project-selector {
@include centered; @include centered;
max-width: 800px; max-width: 800px;
.import-project-selector { .import-project-selector {
&-service { &-service {
img { img {
display: block;
margin: 1rem auto; margin: 1rem auto;
width: 4rem; width: 4rem;
display: block;
} }
} }
@ -47,7 +47,7 @@
max-width: 800px; max-width: 800px;
.avatar { .avatar {
width: 48px; width: 48px;
} }
&-title { &-title {
@include font-size(normal); @include font-size(normal);
@include font-type(bold); @include font-type(bold);
@ -73,17 +73,18 @@
&-row { &-row {
align-items: center; align-items: center;
border-bottom: 1px solid $whitish; border-bottom: 1px solid $whitish;
border-top: 1px solid $whitish;
display: flex; display: flex;
padding: .5rem 0;
justify-content: space-between; justify-content: space-between;
padding: .5rem 0;
&:first-child { // &:first-child {
border-top: 1px solid $whitish; // border-top: 1px solid $whitish;
} // }
//
&:last-child { // &:last-child {
border: 0; // border: 0;
} // }
&:hover { &:hover {
.import-project-members-delete { .import-project-members-delete {
@ -127,9 +128,9 @@
&-match { &-match {
color: $gray-light; color: $gray-light;
button { button {
background: $white;
border-radius: 50%; border-radius: 50%;
padding: .25rem .5rem; padding: .25rem .5rem;
background: $white;
svg { svg {
@include svg-size(.75rem); @include svg-size(.75rem);
} }
@ -160,8 +161,8 @@
&-choose { &-choose {
color: $primary; color: $primary;
text-transform: lowercase;
padding-right: 0; padding-right: 0;
text-transform: lowercase;
&:hover { &:hover {
color: $primary-light; color: $primary-light;
} }