Skip to content

Commit

Permalink
Adding logo GIF dark and no loop, working on avatar, add spacing to DS
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoAverty committed May 28, 2024
1 parent 3b0bf32 commit 999133f
Show file tree
Hide file tree
Showing 11 changed files with 3,136 additions and 372 deletions.
1,071 changes: 703 additions & 368 deletions example/index.html

Large diffs are not rendered by default.

Binary file added example/public/logos/workadventure-dark.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added example/public/logos/workadventure-noloop.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
404 changes: 404 additions & 0 deletions example/public/qrcode/QR-Code-Site-White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
404 changes: 404 additions & 0 deletions example/public/qrcode/QR-Code-Site.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
809 changes: 809 additions & 0 deletions example/public/qrcode/QR-Code-Village-White.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
809 changes: 809 additions & 0 deletions example/public/qrcode/QR-Code-Village.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ input::-webkit-inner-spin-button {

.squircle,
.chip:not(.chip-border),
.btn:not(.btn-border) {
.btn:not(.btn-border, a) {
--squircle-smooth: 1;
--squircle-radius: 8px;
mask-image: paint(squircle);
Expand Down
7 changes: 5 additions & 2 deletions src/components/avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@
}

.avatars {
@apply inline-block ml-[20px];
@apply flex -ml-5;

.avatar-stack {
@apply inline-block ml-[-20px] border border-4 border-solid border-white;
@apply flex items-center justify-center -ml-5 border border-4 border-solid border-white;
& > span {
@apply block text-center;
}
}
}
2 changes: 1 addition & 1 deletion src/components/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.btn {
@apply antialiased px-4 py-3 rounded-[8px] inline-block text-center text-base text-neutral-100 bg-contrast font-main font-normal no-underline flex items-center space-x-3 transition-all border-none appearance-none cursor-pointer outline-none stroke-white fill-white;
@apply antialiased px-4 py-3 rounded-[8px] flex items-center justify-center text-center text-base text-neutral-100 bg-contrast no-underline space-x-3 transition-all border-none appearance-none cursor-pointer outline-none stroke-white fill-white;
&.btn-inline-block {
@apply inline-block;
}
Expand Down

0 comments on commit 999133f

Please sign in to comment.