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