mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
fix: letter-spacing in admin-panel
This commit is contained in:
@ -45,7 +45,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 133%;
|
line-height: 133%;
|
||||||
letter-spacing: 0%;
|
letter-spacing: 0em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -93,7 +93,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
letter-spacing: 2%;
|
letter-spacing: 0.02em;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
@ -115,7 +115,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
letter-spacing: 2%;
|
letter-spacing: 0.02em;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin: 0 32px;
|
margin: 0 32px;
|
||||||
}
|
}
|
||||||
@ -132,7 +132,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 133%;
|
line-height: 133%;
|
||||||
letter-spacing: 0%;
|
letter-spacing: 0em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 133%;
|
line-height: 133%;
|
||||||
letter-spacing: 4%;
|
letter-spacing: 0.04em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
@ -70,7 +70,7 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
letter-spacing: -1%;
|
letter-spacing: -0.01em;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
|||||||
@ -27,5 +27,6 @@
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
letter-spacing: -0.01em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
letter-spacing: 0%;
|
letter-spacing: 0em;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
margin: 0 0 32px 0;
|
margin: 0 0 32px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
letter-spacing: -2%;
|
letter-spacing: -0.02em;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
margin: 0 0 3px 0;
|
margin: 0 0 3px 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
letter-spacing: 0%;
|
letter-spacing: 0em;
|
||||||
color: #808080;
|
color: #808080;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
letter-spacing: 4%;
|
letter-spacing: 0.04em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user