feat(in-progress): 커맨드 목록 UI/UX 정리

This commit is contained in:
2021-11-29 01:00:52 +09:00
parent 752f69d3ef
commit 06fa539293
4 changed files with 181 additions and 188 deletions
+6 -19
View File
@@ -101,6 +101,12 @@ body {
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 4;
position:relative;
}
.commandPad{
position:absolute;
z-index: 99;
}
@@ -282,13 +288,6 @@ body {
height: 18px;
}
#generalTurnSelector {
width: 50px;
color: white;
background-color: black;
font-size: 13px;
}
#sidebar {
position: fixed;
right: 0;
@@ -296,18 +295,6 @@ body {
transform: translateY(-50%);
}
.turn_pad {
white-space: nowrap;
font-weight: lighter;
max-width: 162px;
width: 162px;
}
.turn_pad .turn_text {
display: inline-block;
}
/*임시용 */
#container {
+4
View File
@@ -0,0 +1,4 @@
//TODO:혹시나 몰라서, 나중에 실제로 수정
$bg1color: #141c65aa;
$bg2color: #225500aa;