chore: add border bottom todo

This commit is contained in:
Shivam Mishra 2020-09-21 16:25:24 +05:30
parent 3adc29bf92
commit 0c7e350b66

View file

@ -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,