chore: update account page

This commit is contained in:
Steven
2022-09-17 12:38:51 +08:00
parent 273bfb1d13
commit 0a5cc92a22
8 changed files with 214 additions and 8 deletions

View File

@@ -0,0 +1,25 @@
.common-dialog {
> .dialog-container {
@apply w-80;
> .dialog-content-container {
@apply flex flex-col justify-start items-start;
> .btns-container {
@apply flex flex-row justify-end items-center w-full mt-4;
> .btn {
@apply text-sm py-1 px-3 mr-2 rounded-md cursor-pointer hover:opacity-80;
&.confirm-btn {
@apply bg-red-100 border border-solid border-blue-600 text-blue-600;
&.warning {
@apply border-red-600 text-red-600;
}
}
}
}
}
}
}