1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-21 04:11:42 +02:00

feat(admin-plugin): add css for tabs module #211

This commit is contained in:
Awilum
2020-01-30 23:10:44 +03:00
parent ead05b92b4
commit bcb116811f

View File

@@ -0,0 +1,9 @@
.tab--active
{
display: block!important;
}
.tab-link--active
{
@apply bg-dark-muted opacity-100;
}