2 lines
344 B
CSS
2 lines
344 B
CSS
|
.icon-box{display:flex;align-items:center;gap:20px}.disable-click{pointer-events:none}.label-scoreRatio{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.label-scoreRatio span{width:120px;text-align:right;font-weight:700;padding-right:12px}.scoreRatioTable{width:calc(100% - 120px);margin-left:120px}
|