test: change buttons and avatar

This commit is contained in:
Insert5StarName 2023-10-01 01:47:08 +02:00
parent 7a51e2d404
commit 9c8aaf3945
6 changed files with 8 additions and 8 deletions

View file

@ -73,7 +73,7 @@ async function onClick() {
padding: 0;
height: 31px;
font-size: 16px;
border-radius: 32px;
border-radius: 5px;
background: #fff;
&.full {
@ -95,7 +95,7 @@ async function onClick() {
bottom: -5px;
left: -5px;
border: 2px solid var(--focus);
border-radius: 32px;
border-radius: 5px;
}
}

View file

@ -141,7 +141,7 @@ onBeforeUnmount(() => {
padding: 0;
height: 31px;
font-size: 16px;
border-radius: 32px;
border-radius: 5px;
background: #fff;
&.full {
@ -169,7 +169,7 @@ onBeforeUnmount(() => {
bottom: -5px;
left: -5px;
border: 2px solid var(--focus);
border-radius: 32px;
border-radius: 5px;
}
}

View file

@ -236,6 +236,6 @@ function resetPassword(): void {
background: #ddd;
background-position: center;
background-size: cover;
border-radius: 100%;
border-radius: 5px;
}
</style>