feat: 국가별 색 버튼을 lumen button profile에 맞춰 작성
This commit is contained in:
+1
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user