fix: font 정렬, 전체선택->턴 선택
This commit is contained in:
@@ -42,20 +42,20 @@
|
||||
}
|
||||
|
||||
.chiefTurnBox .turnHeader{
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.chiefNamePlate{
|
||||
border-top:solid 0.67px #888888;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
flex-grow: 1;
|
||||
line-height:21px;
|
||||
}
|
||||
|
||||
.turnIdxHeader{
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
text-align: center;
|
||||
width:20px;
|
||||
}
|
||||
@@ -63,7 +63,7 @@
|
||||
.chiefTurnTime{
|
||||
border-top:solid 0.67px #888888;
|
||||
border-right:solid 0.67px #888888;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
background: black;
|
||||
text-align: center;
|
||||
width:44px;
|
||||
|
||||
@@ -8,6 +8,7 @@ body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
line-height: 1.3;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
Reference in New Issue
Block a user