fix: font 정렬, 전체선택->턴 선택

This commit is contained in:
2021-12-07 00:51:20 +09:00
parent fcb8da95ca
commit 33a1681536
5 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -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;
+1
View File
@@ -8,6 +8,7 @@ body {
background-color: black;
color: white;
line-height: 1.3;
font-size: 14px;
}
input {