[fix] Update CSS to match design mockups

This commit is contained in:
Sergey Konovalov
2025-12-19 13:56:40 +03:00
parent 30535bda9a
commit c3be6572f2
5 changed files with 11 additions and 9 deletions

View File

@ -11,7 +11,7 @@
}
.tableDescription {
font-weight: 600;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #666666;
@ -35,14 +35,14 @@
}
.value {
font-size: 18px;
font-weight: 600;
font-size: 24px;
font-weight: 700;
color: #333333;
margin-bottom: 4px;
}
.label {
font-size: 12px;
font-size: 13px;
color: #666666;
}

View File

@ -25,7 +25,7 @@
}
.description {
font-weight: 600;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #666666;

View File

@ -26,7 +26,7 @@
}
.descriptionCell {
font-weight: 600;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #666666;
@ -35,7 +35,7 @@
}
.labelCell {
font-weight: 600;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #666666;

View File

@ -43,8 +43,10 @@
.barContainer {
width: 100%;
height: 8px;
background-color: #e0e0e0;
background-color: #F5F5F5;
border: 1px solid #E2E2E2;
border-radius: 8px;
box-sizing: border-box;
overflow: hidden;
position: relative;
}

View File

@ -58,7 +58,7 @@
}
.description {
margin-top: 0;
font-weight: 600;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 150%;