feat(in-progress): 커맨드 목록 UI/UX 정리
This commit is contained in:
+6
-19
@@ -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 {
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
//TODO:혹시나 몰라서, 나중에 실제로 수정
|
||||
$bg1color: #141c65aa;
|
||||
$bg2color: #225500aa;
|
||||
Reference in New Issue
Block a user