mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-15 18:38:20 +01:00
stylin
This commit is contained in:
36
frontend/styles/base.less
Normal file
36
frontend/styles/base.less
Normal file
@@ -0,0 +1,36 @@
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.shown {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.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: white;
|
||||
border: 0;
|
||||
padding: .8em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user