feat: finish up the profile popup
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
69feff6cf8
commit
b3ef59ac48
3 changed files with 187 additions and 12 deletions
|
@ -22,11 +22,12 @@ const props = defineProps<{
|
|||
background-color: var(--primary-color);
|
||||
color: var(--text-color);
|
||||
|
||||
padding: 0.4em 0.75em;
|
||||
font-size: 1.1em;
|
||||
padding: 0.35em 0.65em;
|
||||
font-size: 1em;
|
||||
|
||||
transition: background-color 0.2s;
|
||||
|
||||
border-radius: 0.7rem;
|
||||
border-radius: var(--standard-radius);
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue