bigger planets for theme toggler
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
.toggleIcon {
|
||||
position: absolute;
|
||||
width: 2rem;
|
||||
width: 2.5rem;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
/* Top corner */
|
||||
.moon1 {
|
||||
top: 10px;
|
||||
top: 25px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
@@ -50,14 +50,14 @@
|
||||
/* Right corner */
|
||||
.sun2 {
|
||||
top: 50%;
|
||||
right: 10px;
|
||||
right: 25px;
|
||||
transform: translateY(-50%);
|
||||
fill: aqua;
|
||||
}
|
||||
|
||||
/* Bottom corner */
|
||||
.moon2 {
|
||||
bottom: 10px;
|
||||
bottom: 25px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
@@ -65,6 +65,6 @@
|
||||
/* Left corner */
|
||||
.sun1 {
|
||||
top: 50%;
|
||||
left: 10px;
|
||||
left: 25px;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user