mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +03:00
20 lines
423 B
Plaintext
20 lines
423 B
Plaintext
.archived-memo-dialog {
|
|
@apply px-4;
|
|
|
|
> .dialog-container {
|
|
@apply w-128 max-w-full mb-8;
|
|
|
|
> .dialog-content-container {
|
|
@apply w-full flex flex-col justify-start items-start;
|
|
|
|
> .tip-text-container {
|
|
@apply w-full h-32 flex flex-col justify-center items-center;
|
|
}
|
|
|
|
> .archived-memos-container {
|
|
@apply w-full flex flex-col justify-start items-start;
|
|
}
|
|
}
|
|
}
|
|
}
|