mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-16 10:44:30 +01:00
24 lines
514 B
Plaintext
24 lines
514 B
Plaintext
.sui {
|
|
|
|
input {
|
|
padding: .5em;
|
|
}
|
|
|
|
input[type="text"], input[type="password"] {
|
|
height: @input-text-height;
|
|
background: transparent;
|
|
border: none;
|
|
color: @color-white;
|
|
&:focus, &:hover {
|
|
outline: none;
|
|
border-bottom: solid 1px @color-main;
|
|
box-shadow: 3px @color-main;
|
|
}
|
|
}
|
|
input[type="checkbox"] {
|
|
transform: scale(@input-checkbox-scale);
|
|
}
|
|
input[type="range"] {
|
|
|
|
}
|
|
} |