Final fixes #2184

Merged
neb-b merged 4 commits from fixes into master 2019-01-14 22:21:38 +01:00
Showing only changes of commit f13025b472 - Show all commits

View file

@ -34,6 +34,15 @@
.btn:not(.btn--link) {
display: inline;
}
&.table__item--actionable {
span + .btn {
margin-left: var(--spacing-vertical-small);
}
.btn svg {
top: 3px;
}
}
}
thead {
@ -93,7 +102,7 @@
td:nth-of-type(1) {
// TX amounts
width: 25%;
font-size: 0.8em;
font-size: 0.9em;
font-weight: 600;
}