new modal [WIP]

This commit is contained in:
daniel31x13
2023-11-28 14:24:52 -05:00
parent 82b743fa8d
commit 3b2b9e8279
9 changed files with 257 additions and 143 deletions
+5 -7
View File
@@ -161,20 +161,18 @@ body {
}
.react-select-container .react-select__menu {
@apply bg-base-100 border-neutral-content border absolute;
@apply bg-base-100 border-neutral-content border rounded-md;
}
/*
.react-select-container .react-select__menu-list {
@apply h-20;
} */
.react-select-container .react-select__input-container,
.react-select-container .react-select__single-value {
@apply text-base-content;
}
}
.react-select__clear-indicator * {
display: none;
width: 0;
margin: 0;
padding: 0;
}
.primary-btn-gradient {
box-shadow: inset 0px -10px 10px #0071b7;