refac: bootstrap.scss 분리 후 별도 빌드

This commit is contained in:
2022-07-27 21:44:24 +09:00
parent 66d6bbc772
commit 155af45378
32 changed files with 65 additions and 83 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
@import "./common/bootstrap5.scss";
@import "./common/base.scss";
@import "./editor_component.scss";
@import "./util.scss";
@@ -15,12 +15,12 @@
.map_position {
flex: 0 0 auto;
width: 700px;
width: 700px !important;
}
.nation_position {
flex: 0 0 auto;
width: 300px;
width: 300px !important;
}
}