38 lines
649 B
Plaintext
38 lines
649 B
Plaintext
|
|
.container.data-v-2e633000 {
|
|
padding: 20px;
|
|
}
|
|
.gesture-container.data-v-2e633000 {
|
|
position: relative;
|
|
width: 300px;
|
|
height: 300px;
|
|
border: 1px solid #ccc;
|
|
margin: 0 auto;
|
|
}
|
|
.debug-info.data-v-2e633000 {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(0,0,0,0.6);
|
|
color: white;
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
z-index: 10;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.controls.data-v-2e633000 {
|
|
margin-top: 20px;
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 10px;
|
|
}
|
|
button.data-v-2e633000 {
|
|
padding: 8px 16px;
|
|
background: #4a8cff;
|
|
color: white;
|
|
border: none;
|
|
border-radius: 4px;
|
|
}
|