Better handling of room creation and management
This commit is contained in:
1
public/build/bundle.css
Normal file
1
public/build/bundle.css
Normal file
@@ -0,0 +1 @@
|
||||
main.svelte-1tky8bj{text-align:center;padding:1em;max-width:240px;margin:0 auto}h1.svelte-1tky8bj{color:#ff3e00;text-transform:uppercase;font-size:4em;font-weight:100}@media(min-width: 640px){main.svelte-1tky8bj{max-width:none}}main.svelte-1tky8bj{text-align:center;padding:1em;max-width:240px;margin:0 auto}h1.svelte-1tky8bj{color:#ff3e00;text-transform:uppercase;font-size:4em;font-weight:100}@media(min-width: 640px){main.svelte-1tky8bj{max-width:none}}main.svelte-1tky8bj{text-align:center;padding:1em;max-width:240px;margin:0 auto}h1.svelte-1tky8bj{color:#ff3e00;text-transform:uppercase;font-size:4em;font-weight:100}@media(min-width: 640px){main.svelte-1tky8bj{max-width:none}}main.svelte-1tky8bj{text-align:center;padding:1em;max-width:240px;margin:0 auto}h1.svelte-1tky8bj{color:#ff3e00;text-transform:uppercase;font-size:4em;font-weight:100}@media(min-width: 640px){main.svelte-1tky8bj{max-width:none}}
|
2726
public/build/bundle.js
Normal file
2726
public/build/bundle.js
Normal file
File diff suppressed because it is too large
Load Diff
1
public/build/bundle.js.map
Normal file
1
public/build/bundle.js.map
Normal file
File diff suppressed because one or more lines are too long
@@ -24,6 +24,10 @@ form {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
@@ -31,6 +35,7 @@ input[type=text] {
|
||||
input {
|
||||
border: 1px solid silver;
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px;
|
||||
@@ -73,6 +78,11 @@ footer {
|
||||
text-shadow: 2px 2px 2px black;
|
||||
}
|
||||
|
||||
#buzzer.active {
|
||||
background: greenyellow;
|
||||
box-shadow: inset 4px 4px 4px rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
#buzzer:active {
|
||||
box-shadow: inset 4px 4px 4px rgba(0,0,0,.5);
|
||||
}
|
||||
@@ -112,7 +122,7 @@ figure.participant figcaption {
|
||||
10%, 90% {
|
||||
transform: rscale(1.3) otate(-10deg);
|
||||
}
|
||||
|
||||
|
||||
20%, 80% {
|
||||
transform: rscale(1.3) otate(20deg);
|
||||
}
|
||||
@@ -148,4 +158,4 @@ figure.participant figcaption {
|
||||
|
||||
#messageBox.hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user