chore: update logo resources

This commit is contained in:
Steven
2022-08-31 21:51:49 +08:00
parent 8d161b4526
commit 93b6a910ae
7 changed files with 18 additions and 25 deletions

View File

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