Merge branch 'master' of https://git.macaw.me/Tolstoevsky/switching
This commit is contained in:
commit
7d6e5c046d
@ -24,7 +24,7 @@
|
|||||||
height: 99%;
|
height: 99%;
|
||||||
color: #c5c6c7;
|
color: #c5c6c7;
|
||||||
padding: 1% 1% 1% 1%;
|
padding: 1% 1% 1% 1%;
|
||||||
margin: 1% 1% 1% 1%;
|
margin: 15% 1% 1% 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imgblock img {
|
.imgblock img {
|
||||||
|
@ -37,18 +37,19 @@ input[type=checkbox] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: none;
|
display: none;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
height: .5em;
|
height: .5em;
|
||||||
padding: .05em;
|
padding: 20px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
transition: color .3s ease-in-out;
|
transition: color .3s ease-in-out;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
# background-color:blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* big screens */
|
/* big screens */
|
||||||
|
Loading…
Reference in New Issue
Block a user