1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 05:43:10 +02:00

feat(admin-plugin): update styles for tables #211

This commit is contained in:
Awilum
2020-01-17 11:34:49 +03:00
parent cb56a86900
commit d9dbf40ef1

View File

@@ -33,11 +33,10 @@ table > tbody > tr > th,
table > thead > tr > th,
table > tfoot > tr > th
{
padding: 11px 20px;
vertical-align: middle;
color: black;
border-color: rgba(224, 224, 224, .13);
border-bottom-width: 1px;
@apply px-3 py-3;
}