1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update styles for tabs navigation

This commit is contained in:
Awilum
2020-02-11 17:46:05 +03:00
parent 77a22e7b80
commit 09ed671ff7

View File

@@ -23,6 +23,12 @@
@apply block;
}
.tabs__nav__link
{
@apply block text-white opacity-80 p-2 pl-4;
}
.tabs__nav__link:hover,
.tabs__nav__link--active
{
@apply bg-dark-muted opacity-100;