1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 18:36:39 +02:00

feat(admin-plugin): update borders styles

This commit is contained in:
Awilum
2020-02-13 17:23:55 +03:00
parent e11c15dbc4
commit 7d3105171d
4 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
.button
{
@apply rounded px-4 py-2 border border-solid border-dark text-white inline-block w-auto bg-dark cursor-pointer;
@apply rounded px-4 py-2 border border-solid border-black text-white inline-block w-auto bg-dark cursor-pointer;
}
.button--white

View File

@@ -13,7 +13,7 @@
width: var(--box-size);
height: 100vh;
@apply flex flex-col fixed bg-dark text-white justify-between z-20;
@apply flex flex-col fixed bg-dark border-black border-r border-solid text-white justify-between z-20;
}
.navigation__item
@@ -69,7 +69,7 @@
min-height: var(--box-size);
padding: 11.5px 20px;
@apply flex bg-dark-muted text-white;
@apply flex bg-dark-muted text-white border-black border-b border-solid;
}
.navigation-top-secondary__item

View File

@@ -18,6 +18,6 @@
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover
{
@apply bg-black border-black;
@apply bg-dark border-dark;
}
/* purgecss end ignore */

View File

@@ -23,7 +23,7 @@
.swal2-styled.swal2-confirm
{
font-size: var(--font-size);
@apply px-4 py-2 border border-solid border-dark text-white inline-block w-auto bg-dark rounded;
@apply px-4 py-2 border border-solid border-black text-white inline-block w-auto bg-dark rounded;
}
.swal2-styled.swal2-confirm:focus
@@ -34,7 +34,7 @@
.swal2-styled.swal2-cancel
{
font-size: var(--font-size);
@apply px-4 py-2 border border-solid inline-block w-auto bg-white text-black border-dark rounded;
@apply px-4 py-2 border border-solid border-black inline-block w-auto bg-white text-black rounded;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover
@@ -55,6 +55,6 @@
.swal2-popup.swal2-toast
{
@apply bg-dark shadow-none;
@apply bg-dark border border-solid border-black shadow-none;
}
/* purgecss end ignore */