mirror of
https://github.com/0x1d/esp8266-laser.git
synced 2025-12-16 10:44:30 +01:00
oidshfs
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
.sui {
|
||||
background: @color-black;
|
||||
color: @color-main-light;
|
||||
@@ -18,7 +22,6 @@
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
|
||||
> .content {
|
||||
padding: @default-padding;
|
||||
}
|
||||
@@ -29,8 +32,10 @@
|
||||
|
||||
button {
|
||||
background: @color-main;
|
||||
color: white;
|
||||
color: @color-white;
|
||||
font-size: 0.9em;
|
||||
border: 0;
|
||||
padding: .8em;
|
||||
margin: 0 .4em;
|
||||
}
|
||||
}
|
||||
@@ -15,10 +15,11 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: @color-grey;
|
||||
background-color: @color-grey2;
|
||||
-webkit-transition: .4s;
|
||||
transition: .4s;
|
||||
margin-left: -40px;
|
||||
margin-left: -50px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.slider:before {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@color-black: #000000;
|
||||
@color-white: #eeeeee;
|
||||
@color-grey: #b3b2b2;
|
||||
@color-grey2: #7b7b7b;
|
||||
@color-main: #097479;
|
||||
@color-main-light: #0eb8c0;
|
||||
@color-container: #333333;
|
||||
|
||||
Reference in New Issue
Block a user