mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +03:00
072851e3ba
* chore: update tests * chore: update dialog styles
18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
.change-memo-created-ts-dialog {
|
|
> .dialog-container {
|
|
@apply w-72;
|
|
|
|
> .dialog-content-container {
|
|
@apply flex flex-col justify-start items-start;
|
|
|
|
> .tip-text {
|
|
@apply bg-gray-400 text-xs p-2 rounded-lg;
|
|
}
|
|
|
|
> .btns-container {
|
|
@apply flex flex-row justify-end items-center mt-2 w-full;
|
|
}
|
|
}
|
|
}
|
|
}
|