Discovery UI #2477
1 changed files with 16 additions and 15 deletions
|
@ -11,15 +11,30 @@ table,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
max-width: 0;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr {
|
||||||
|
padding: 0 var(--spacing-small);
|
||||||
|
}
|
||||||
|
|
||||||
.table__item--actionable {
|
.table__item--actionable {
|
||||||
.button svg {
|
.button svg {
|
||||||
top: 3px;
|
top: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table__item-label {
|
||||||
|
font-size: 0.9em;
|
||||||
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|
||||||
.table--help {
|
.table--help {
|
||||||
td:nth-of-type(1) {
|
td:nth-of-type(1) {
|
||||||
font-weight: 600;
|
|
||||||
min-width: 130px;
|
min-width: 130px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,20 +45,6 @@ table,
|
||||||
|
|
||||||
.table--transactions {
|
.table--transactions {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
|
|
||||||
td:nth-of-type(1) {
|
|
||||||
// TX amounts
|
|
||||||
font-size: 0.9em;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
td:nth-of-type(3) {
|
|
||||||
// Only add ellipsis to the links in the table
|
|
||||||
// We still want to show the entire message if a TX includes one
|
|
||||||
@include constrict(10rem);
|
|
||||||
vertical-align: bottom;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table--rewards {
|
.table--rewards {
|
||||||
|
|
Loading…
Reference in a new issue