feat(wip): 연감에서 지도를 부르는 작업 준비중

This commit is contained in:
2022-04-20 20:59:10 +09:00
parent e014bc05e8
commit 1e19213f76
4 changed files with 150 additions and 44 deletions
+42
View File
@@ -0,0 +1,42 @@
@import "./common/bootstrap5.scss";
@import "./editor_component.scss";
@import "./util.scss";
@include media-1000px {
#container {
width: 1000px;
margin: 0 auto;
padding: 0;
}
.year-selector{
margin-left: 100%/24*5;
}
.map_position{
flex: 0 0 auto;
width: 700px;
}
.nation_position{
flex: 0 0 auto;
width: 300px;
}
}
@include media-500px {
#container {
width: 500px;
margin: 0 auto;
padding: 0;
}
.map_position{
flex: 0 0 auto;
width: 100%;
}
.nation_position{
flex: 0 0 auto;
width: 100%;
}
}