mirror of
https://github.com/flextype/flextype.git
synced 2025-08-20 11:51:28 +02:00
feat(admin-plugin): update components #211
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
/**
|
||||
* COMPONENTS / DROPDOWN
|
||||
*
|
||||
* INDEX:
|
||||
* - dropdown
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
.button
|
||||
{
|
||||
@apply mt-6 px-4 py-2 border border-black text-white inline-block w-auto bg-black;
|
||||
|
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* COMPONENTS / DROPDOWN
|
||||
*
|
||||
* INDEX:
|
||||
* - dropdown
|
||||
*
|
||||
*/
|
||||
|
||||
.dropdown
|
||||
{
|
||||
@apply px-10 py-6 absolute hidden;
|
||||
|
@@ -1,3 +1,13 @@
|
||||
/**
|
||||
* COMPONENTS / NAVIGATION
|
||||
*
|
||||
* INDEX:
|
||||
* - navigation
|
||||
* - navigation-top-primary
|
||||
* - navigation-top-secondary
|
||||
*
|
||||
*/
|
||||
|
||||
.navigation
|
||||
{
|
||||
width: var(--box-size);
|
||||
|
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* COMPONENTS / TABLE
|
||||
*
|
||||
* INDEX:
|
||||
* - table
|
||||
*
|
||||
*/
|
||||
|
||||
.table
|
||||
{
|
||||
@apply w-full;
|
||||
|
Reference in New Issue
Block a user