1 changed files with
5 additions and
5 deletions
|
|
@ -1,14 +1,14 @@
|
|
|
|
.theme-switcher {
|
|
|
|
.theme-switcher {
|
|
|
|
align-self: center;
|
|
|
|
align-self: center;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
width: 20px;
|
|
|
|
width: 1rem;
|
|
|
|
height: 20px;
|
|
|
|
height: 1rem;
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
|
|
.switch {
|
|
|
|
.switch {
|
|
|
|
height: 20px;
|
|
|
|
width: 1rem;
|
|
|
|
width: 20px;
|
|
|
|
height: 1rem;
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
// top: -30px;
|
|
|
|
// top: -30px;
|
|
|
|
left: 0px;
|
|
|
|
left: 0px;
|
|
|
|