chore: add border bottom todo
This commit is contained in:
parent
3adc29bf92
commit
0c7e350b66
1 changed files with 6 additions and 4 deletions
|
|
@ -18,10 +18,12 @@
|
|||
padding: 0px var(--padding-md);
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
@include transition(0.2s);
|
||||
}
|
||||
|
||||
.grid-row:last-child {
|
||||
border: none;
|
||||
// REDESIGN TODO: Fix border bottom for last item
|
||||
&:last-child {
|
||||
border-bottom-left-radius: var(--border-radius);
|
||||
border-bottom-right-radius: var(--border-radius);
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.rows .grid-row .data-row,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue