feat: 국가별 색 버튼을 lumen button profile에 맞춰 작성

This commit is contained in:
2021-11-30 00:54:08 +09:00
parent eaeb97baf0
commit 1d821480fc
5 changed files with 126 additions and 12 deletions
+1 -2
View File
@@ -92,7 +92,6 @@ body {
grid-column-end: 2;
grid-row-start: 3;
grid-row-end: 4;
text-align: center;
}
#reservedCommandList {
@@ -201,7 +200,7 @@ body {
.map_title {
transform-origin: 0px 0px;
transform: scale(calc(500 / 700));
margin-bottom: -20px * 200 / 700;
margin-bottom: calc(-20px * 200 / 700);
}
.map_body {