Skip to content

Commit 39aa55d

Browse files
committed
Deploying to gh-pages from @ 294803f 🚀
1 parent 0fb92b7 commit 39aa55d

17 files changed

Lines changed: 9216 additions & 7246 deletions

Components/rapier_wasm2d_bg.wasm

-1.02 MB
Binary file not shown.

DotNetDevLottery.styles.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,33 @@
2020
--spectrum-button-content-color-down: hsl(355.7 100% 97.3%/.9);
2121
--spectrum-button-content-color-focus: hsl(355.7 100% 97.3%/.9);
2222
}
23+
2324
.button-row[b-565zw19esn] {
2425
flex: 0 0 auto;
2526
padding: 5px 0;
27+
gap: 1rem;
28+
line-height: 50px;
2629
height: 50px;
2730
display: flex;
2831
justify-content: center;
2932
box-sizing: border-box;
33+
34+
& ui-button:has(span) {
35+
padding: 0;
36+
}
3037
}
38+
3139
.machine-wrapper[b-565zw19esn] {
3240
flex: 1 1 auto;
3341
display: flex;
3442
justify-content: center;
3543
align-items: center;
3644
}
45+
3746
.machine[b-565zw19esn] {
3847
position: relative;
3948
}
49+
4050
.machine[b-565zw19esn] .machine-inner {
4151
position: absolute;
4252
top: 50%;
@@ -46,6 +56,7 @@
4656
border-radius: 50%;
4757
padding: 0;
4858
}
59+
4960
.machine[b-565zw19esn] .ball {
5061
position: absolute;
5162
background-color: #666666;

0 commit comments

Comments
 (0)