Skip to content

Commit

Permalink
Merge commit '80f3366e8be0260e94e501e36bd24ad935609f12'
Browse files Browse the repository at this point in the history
  • Loading branch information
gsabater committed Dec 16, 2024
2 parents e5d657a + 80f3366 commit 37a7446
Show file tree
Hide file tree
Showing 55 changed files with 14,417 additions and 8,610 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ logs

# Misc
.DS_Store
.fleet
.idea
.fleet
.trigger
trigger.config.ts

# Local env files
.env
Expand Down
Binary file added .node-version
Binary file not shown.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"command": "npm run dev",
},

{
"name": "⚓ install",
// "color": "green",
"command": "npm install",
},

// {
// "name": "🛑 Commits en casa",
// "color": "orange",
Expand Down
3 changes: 3 additions & 0 deletions assets/scss/_effects.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.ambilight {
filter: url(#ambilight);
}
12 changes: 12 additions & 0 deletions assets/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,15 @@ h6 {
filter: blur(320px);
border-radius: 1000px;
}

/* Screen reader and seo friendly for hidden text */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
2 changes: 1 addition & 1 deletion assets/scss/components/b-game-details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
// Dialog base styles
//+-------------------------------------------------

.game-details {
.game-details_modal {
display: flex;
justify-content: center;
align-items: center;
Expand Down
Loading

0 comments on commit 37a7446

Please sign in to comment.