mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +03:00
32 lines
535 B
Plaintext
32 lines
535 B
Plaintext
.about-site-dialog {
|
|
@apply px-4;
|
|
|
|
> .dialog-container {
|
|
@apply w-112 max-w-full;
|
|
|
|
> .dialog-content-container {
|
|
@apply flex flex-col justify-start items-start leading-relaxed;
|
|
|
|
> .logo-img {
|
|
@apply h-16;
|
|
}
|
|
|
|
> p {
|
|
@apply my-1;
|
|
}
|
|
|
|
.pre-text {
|
|
@apply font-mono mx-1;
|
|
}
|
|
|
|
> .addtion-info-container {
|
|
@apply flex flex-row text-sm justify-start items-center;
|
|
|
|
> .github-badge-container {
|
|
@apply mr-4;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|