feat: chiefCenter 500px 재구현

- API: 사령턴 관련
- TopBackBar에 갱신 추가
This commit is contained in:
2021-12-25 21:51:47 +09:00
parent c961096b70
commit 5142c94f84
27 changed files with 1774 additions and 171 deletions
+6
View File
@@ -1,4 +1,5 @@
@import '../../d_shared/common.css';
@import 'common/variables.scss';
html {
background: black;
@@ -49,4 +50,9 @@ body {
.a-center {
text-align: center;
}
.c-bg2{
background: $nbase2color;
}