feat: support dark mode

This commit is contained in:
GyDi
2021-12-09 23:28:57 +08:00
parent 396b11cc3d
commit c501898d5f
9 changed files with 184 additions and 68 deletions

View File

@@ -6,7 +6,14 @@
&__sidebar {
position: relative;
height: 100vh;
flex: 1 1 25%;
flex: 1 0 25%;
max-width: 250px;
}
&__content {
flex: 1 1 75%;
padding: 20px 30px;
box-sizing: border-box;
}
&__traffic {
@@ -19,10 +26,4 @@
margin: 0 auto;
}
}
&__content {
flex: 1 1 75%;
padding: 20px 30px;
box-sizing: border-box;
}
}