1
0
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:
Awilum
2020-01-24 15:05:08 +03:00
parent 59ff4b931c
commit 9e70a49a4a
4 changed files with 35 additions and 0 deletions

View File

@@ -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;

View File

@@ -1,3 +1,11 @@
/**
* COMPONENTS / DROPDOWN
*
* INDEX:
* - dropdown
*
*/
.dropdown
{
@apply px-10 py-6 absolute hidden;

View File

@@ -1,3 +1,13 @@
/**
* COMPONENTS / NAVIGATION
*
* INDEX:
* - navigation
* - navigation-top-primary
* - navigation-top-secondary
*
*/
.navigation
{
width: var(--box-size);

View File

@@ -1,3 +1,11 @@
/**
* COMPONENTS / TABLE
*
* INDEX:
* - table
*
*/
.table
{
@apply w-full;