fix: 🚑 topics list, add gap with manage topics btn

This commit is contained in:
Lucas Colombo
2023-07-02 19:46:43 -03:00
parent 85e6da11d0
commit a033ccd313
4 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,10 @@
@mixin apply-styles {
#repo-topics {
row-gap: var.get('measure/.5x');
}
.ui.table>tr>td, .ui.table>tbody>tr>td {
border-top-color: rgba(#{color.get('theme/blue/base', 'rgb')}, 0.04);
}