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:
10
site/plugins/admin/assets/src/common.css
Normal file
10
site/plugins/admin/assets/src/common.css
Normal 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;
|
||||
}
|
@@ -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;
|
||||
}
|
@@ -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';
|
||||
|
Reference in New Issue
Block a user