@deskthing/cli
Version:
An emulator for the DeskThing Server
28 lines (24 loc) • 463 B
CSS
.no-scroll {
overflow: hidden;
position: fixed;
width: 100%;
}
.connecting-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #2d2d2d;
color: #ffffff;
font-family: sans-serif;
}
.connecting-title {
font-size: 1.5em;
font-weight: bold;
}
.connecting-description {
text-align: center;
max-width: 80%;
}
@import "tailwindcss";