rename selector

This commit is contained in:
Mahendrata Harpi
2020-05-23 03:42:40 +07:00
parent 2e9fa9bdf1
commit ad1493d0bf

View File

@@ -17,7 +17,7 @@
-ms-user-select: none; -ms-user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
a#mood { a#mode {
float: left; float: left;
left: 8px; left: 8px;
top: 6px; top: 6px;
@@ -35,7 +35,7 @@
-webkit-transform: scale(0.9, 0.9); -webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9); transform: scale(0.9, 0.9);
} }
.mood-moon { .mode-moon {
display: block; display: block;
line { line {
stroke: $black; stroke: $black;
@@ -47,7 +47,7 @@
stroke: $black; stroke: $black;
} }
} }
.mood-sunny { .mode-sunny {
display: none; display: none;
line { line {
stroke: $dark-white; stroke: $dark-white;
@@ -115,7 +115,7 @@
background-color: $white; background-color: $white;
border-bottom: 1px solid $light; border-bottom: 1px solid $light;
a#mood { a#mode {
left: 10px; left: 10px;
top: 12px; top: 12px;
} }
@@ -296,7 +296,7 @@
} }
} }
.wrapper.not-found { .not-found {
text-align: center; text-align: center;
display: flex; display: flex;
justify-content: center; justify-content: center;