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:
@@ -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;
|
||||
|
@@ -7,6 +7,7 @@ module.exports = {
|
||||
dark: "#16171a",
|
||||
"dark-muted": "#292b30",
|
||||
red: '#E65354',
|
||||
transparent: 'transparent',
|
||||
gray: {
|
||||
'000': '#f9f9f9',
|
||||
'100': '#ededed',
|
||||
|
Reference in New Issue
Block a user