1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): add styles for small tag #211

This commit is contained in:
Awilum
2020-01-24 23:02:53 +03:00
parent d90de3cb11
commit 0ac010d02f

View File

@@ -8,3 +8,8 @@ main
{
@apply flex w-full h-screen min-w-full bg-white text-black;
}
small
{
@apply opacity-75 text-xs;
}