You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
344 B
29 lines
344 B
.screen {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
.copyright {
|
|
position: absolute;
|
|
margin: 7px;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.switch-span {
|
|
width: 2rem;
|
|
}
|
|
.enable {
|
|
position: absolute;
|
|
left: 1rem;
|
|
bottom: 1.7rem;
|
|
}
|
|
|
|
.darkcheck{
|
|
position: absolute;
|
|
margin: 7px;
|
|
right: 0px;
|
|
}
|
|
|
|
body {
|
|
min-width: 20rem;
|
|
} |