memos/web/src/less/about-site-dialog.less
2022-11-12 21:22:51 +08:00

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;
}
}
}
}
}