mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-14 18:15:22 +01:00
41 lines
632 B
Plaintext
41 lines
632 B
Plaintext
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.shown {
|
|
display: block;
|
|
}
|
|
|
|
.disabled {
|
|
opacity: 0.65;
|
|
}
|
|
|
|
.sui {
|
|
background: @color-black;
|
|
color: @color-main-light;
|
|
font-family: @default-font;
|
|
font-size: @default-font-size;
|
|
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
> .content {
|
|
padding: @default-padding;
|
|
}
|
|
|
|
label {
|
|
color: @color-grey;
|
|
}
|
|
|
|
button {
|
|
background: @color-main;
|
|
color: @color-white;
|
|
font-size: 0.9em;
|
|
border: 0;
|
|
padding: .8em;
|
|
margin: 0 .4em;
|
|
}
|
|
} |