|
|
@ -3,12 +3,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
.memo-wrapper {
|
|
|
|
.memo-wrapper {
|
|
|
|
.flex(column, flex-start, flex-start);
|
|
|
|
.flex(column, flex-start, flex-start);
|
|
|
|
@apply w-full max-w-full p-4 pb-3 mt-2 bg-white rounded-lg border border-transparent hover:border-gray-200;
|
|
|
|
@apply w-full max-w-full p-3 px-4 mt-2 bg-white rounded-lg border border-transparent hover:border-gray-200;
|
|
|
|
|
|
|
|
|
|
|
|
&.deleted-memo {
|
|
|
|
&.deleted-memo {
|
|
|
|
@apply border-gray-200;
|
|
|
|
@apply border-gray-200;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.ARCHIVED {
|
|
|
|
|
|
|
|
@apply border-gray-200 border-2;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
> .memo-top-wrapper {
|
|
|
|
> .memo-top-wrapper {
|
|
|
|
.flex(row, space-between, center);
|
|
|
|
.flex(row, space-between, center);
|
|
|
|
@apply w-full h-6 mb-2;
|
|
|
|
@apply w-full h-6 mb-2;
|
|
|
|