mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-14 18:15:22 +01:00
54 lines
822 B
CSS
54 lines
822 B
CSS
body {
|
|
background: #000000;
|
|
color: #0eb8c0;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body ul {
|
|
padding: 0;
|
|
}
|
|
body ul li {
|
|
margin: 0 0 16px 0;
|
|
}
|
|
body p {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
body .content {
|
|
padding: 32px;
|
|
}
|
|
body .content .heading {
|
|
font-size: 1.2em;
|
|
margin-bottom: 16px;
|
|
display: block;
|
|
}
|
|
body .content .container {
|
|
background: #333333;
|
|
padding: 16px;
|
|
}
|
|
body .content input {
|
|
height: 24px;
|
|
}
|
|
.settings .flex-outer li,
|
|
.settings .flex-inner {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
}
|
|
.settings .flex-outer > li > label,
|
|
.settings .flex-outer li p {
|
|
flex: 1 0;
|
|
}
|
|
.settings .flex-outer > li > label + *,
|
|
.settings .flex-inner {
|
|
flex: 1 0;
|
|
}
|
|
.spiro-control label {
|
|
width: 10%;
|
|
display: inline-block;
|
|
}
|
|
.spiro-control input[type="range"] {
|
|
width: 80%;
|
|
display: inline-block;
|
|
}
|