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