ux: final fixes to new datasource page

This commit is contained in:
Torkel Ödegaard
2018-10-06 19:22:16 +02:00
parent 8e2859625f
commit 2e4a1f317d
4 changed files with 16 additions and 14 deletions

View File

@@ -28,10 +28,11 @@
cursor: pointer;
background: $card-background;
box-shadow: $card-shadow;
color: $headings-color;
color: $text-color;
&:hover {
background: $card-background-hover;
color: $text-color-strong;
}
}

View File

@@ -191,6 +191,7 @@
.card-item-wrapper {
padding: 0;
width: 100%;
margin-bottom: 3px;
}
.card-item-wrapper--clickable {
@@ -198,7 +199,6 @@
}
.card-item {
border-bottom: 3px solid $page-bg;
border-radius: 2px;
}