refac: toast 출력을 bootstrap-vue-3 내부 toast로 변경

- component로 src 내부 ts/vue 사용 시도 중
This commit is contained in:
2022-02-18 20:54:26 +09:00
parent 65aefadcdc
commit 5ea1b0bce4
13 changed files with 534 additions and 651 deletions
+4
View File
@@ -2,12 +2,16 @@
@import "@scss/game_bg.scss";
@import "@scss/util.scss";
#container {
padding: 0;
}
@include media-1000px {
#container {
width: 1000px;
margin: 0 auto;
position: relative;
}
}
+4
View File
@@ -4,6 +4,10 @@
@import "@scss/editor_component.scss";
@import "@scss/common_legacy.scss";
#container{
padding: 0;
}
.diplomacyTitle {
background-color: $blue;
text-align: center;