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

feat(admin-plugin): update styles #211

This commit is contained in:
Awilum
2020-01-24 00:48:28 +03:00
parent be116598dc
commit 857ef656f6
3 changed files with 11 additions and 18 deletions

View File

@@ -0,0 +1,10 @@
body
{
font-family: Roboto;
font-size: var(--font-size);
}
main
{
@apply flex w-full h-screen min-w-full bg-white text-black;
}

View File

@@ -1,16 +0,0 @@
body
{
font-family: Roboto;
font-size: var(--font-size);
}
main
{
display: flex;
width: 100%;
height: 100vh;
min-height: 500px;
@apply bg-white text-black;
}

View File

@@ -1,9 +1,8 @@
@import 'tailwindcss/base';
@import 'vars';
@import 'main';
@import 'common';
@import 'content';
@import 'form';
@import 'components/tables';
@import 'components/navigations';
@import 'components/buttons';