🚨chore: Sync Sass

This commit is contained in:
김민식 2025-01-20 16:17:13 +09:00
parent 471745419d
commit 1219b6546b
2 changed files with 1882 additions and 2080 deletions

View File

@ -37,7 +37,7 @@
border: 1px solid #3D3D3D; border: 1px solid #3D3D3D;
padding: 20px; padding: 20px;
.penal-table{ .penal-table{
table-layout: fixed; table-layout: auto;
border-collapse: collapse; border-collapse: collapse;
thead{ thead{
th{ th{
@ -45,8 +45,11 @@
background-color:rgba(255, 255, 255, 0.05); background-color:rgba(255, 255, 255, 0.05);
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
min-width: 140px;
padding: 0 15px;
color: #fff; color: #fff;
border: 1px solid #505050; border: 1px solid #505050;
white-space: nowrap;
} }
} }
tbody{ tbody{

File diff suppressed because it is too large Load Diff