mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[fix] Update CSS to match design mockups
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
.description {
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 150%;
|
||||
color: #666666;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
}
|
||||
.description {
|
||||
margin-top: 0;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #666666;
|
||||
line-height: 150%;
|
||||
|
||||
Reference in New Issue
Block a user