|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
.memo-wrapper {
|
|
|
|
|
@apply relative flex flex-col justify-start items-start w-full p-4 pt-3 mt-2 bg-white dark:bg-zinc-700 rounded-lg border border-white dark:border-zinc-600 hover:border-gray-200 dark:hover:border-zinc-600;
|
|
|
|
|
@apply relative flex flex-col justify-start items-start w-full p-4 pt-3 mt-2 bg-white dark:bg-zinc-700 rounded-lg border border-white dark:border-zinc-600 hover:border-gray-200 dark:hover:border-zinc-600 overflow-hidden;
|
|
|
|
|
|
|
|
|
|
&.pinned {
|
|
|
|
|
@apply border-gray-200 border-2 dark:border-zinc-600;
|
|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
@apply absolute top-0 right-0 z-1;
|
|
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
|
@apply rounded-tr-md absolute top-0 right-0 border-transparent border-t-green-600 border-r-green-600;
|
|
|
|
|
@apply absolute top-0 right-0 border-transparent border-t-green-600 border-r-green-600;
|
|
|
|
|
content: "";
|
|
|
|
|
border-width: 6px;
|
|
|
|
|
}
|
|
|
|
|