mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update logo resources
This commit is contained in:
@ -13,14 +13,10 @@
|
||||
@apply flex flex-col justify-start items-start w-full mb-4;
|
||||
|
||||
> .title-container {
|
||||
@apply w-full flex flex-row justify-between items-center;
|
||||
@apply w-full flex flex-row justify-between items-center mb-2;
|
||||
|
||||
> .title-text {
|
||||
@apply text-2xl mb-2;
|
||||
|
||||
> .icon-text {
|
||||
@apply text-4xl;
|
||||
}
|
||||
> .logo-img {
|
||||
@apply h-16 w-auto;
|
||||
}
|
||||
}
|
||||
|
||||
@ -61,7 +57,7 @@
|
||||
@apply flex flex-row justify-end items-center w-full mt-2;
|
||||
|
||||
> .btn {
|
||||
@apply px-1 py-2 text-sm rounded hover:opacity-80;
|
||||
@apply flex flex-row justify-center items-center px-1 py-2 text-sm rounded hover:opacity-80;
|
||||
|
||||
&.signin-btn {
|
||||
@apply bg-green-600 text-white px-3 shadow;
|
||||
@ -70,6 +66,10 @@
|
||||
&.requesting {
|
||||
@apply cursor-wait opacity-80;
|
||||
}
|
||||
|
||||
> .img-icon {
|
||||
@apply w-4 h-auto mr-1 animate-spin;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user