Skip to content

Commit

Permalink
Auto-generated commit [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
littlegubs committed Aug 19, 2024
1 parent 6894b4f commit 907fecb
Show file tree
Hide file tree
Showing 20 changed files with 78 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 26.6c34b1e2fe895916.js → 26.454a43bd7f382cb8.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 404.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion 434.eabfb462d217b1bf.js

This file was deleted.

1 change: 1 addition & 0 deletions 613.376b16047ea76343.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion 683.a77eb9e40cb4b717.js

This file was deleted.

1 change: 1 addition & 0 deletions 738.a6ba5a7c3cd91e4d.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 780.c8cf0f07f915106a.js → 780.01083908c52c9762.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 816.8df6a88a3685ccba.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 83.19f9d4be6c67938e.js → 83.583298f5b68fb4d9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions assets/scss/components/_admin-game.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
.example-container {
margin: 0 25px 25px 0;
display: inline-block;
vertical-align: top;
width: 100%;

input {
background: none;
border: none;
width: 100%;

&.name-input {
font: 500 20px / 32px Roboto, sans-serif;
}
}
}

.example-list {
min-height: 60px;
border-radius: 4px;
overflow: hidden;
display: block;
}

.example-box {
padding: 20px 10px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
cursor: move;
font-size: 14px;
}

.cdk-drag-preview {
box-sizing: border-box;
border-radius: 4px;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
0 8px 10px 1px rgba(0, 0, 0, 0.14),
0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-placeholder {
opacity: 0;
}

.cdk-drag-animating {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-box:last-child {
border: none;
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
1 change: 1 addition & 0 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@import "components/lobby";
@import "components/tooltip";
@import "components/list-group";
@import "components/admin-game";

// layout
@import "layout/landing";
Expand Down
3 changes: 3 additions & 0 deletions assets/svg/down_arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions common.35fc0b902b4ff346.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion common.3adb3ec903dc239e.js

This file was deleted.

Loading

0 comments on commit 907fecb

Please sign in to comment.