1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update swal2 styles and tailwind config file #211

This commit is contained in:
Awilum
2020-02-03 22:23:52 +03:00
parent 8587a39e45
commit 54a851e032
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/* purgecss start ignore */
.swal2-container
{
background-color: rgba(0, 0, 0, .75);
@apply bg-transparent;
}
.swal2-popup
@@ -24,7 +24,6 @@
@apply px-4 py-2 border border-solid inline-block w-auto bg-white text-black border-dark rounded-none;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover
{
@apply border-black bg-black text-white;

View File

@@ -7,6 +7,7 @@ module.exports = {
dark: "#16171a",
"dark-muted": "#292b30",
red: '#E65354',
transparent: 'transparent',
gray: {
'000': '#f9f9f9',
'100': '#ededed',