fix: letter-spacing in admin-panel

This commit is contained in:
PauI Ostrovckij
2025-09-12 19:10:21 +03:00
parent 434c3e94e0
commit f8b267de65
7 changed files with 11 additions and 10 deletions

View File

@ -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;

View File

@ -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;

View File

@ -27,5 +27,6 @@
font-size: 16px;
line-height: 150%;
color: #333333;
letter-spacing: -0.01em;
}
}

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;

View File

@ -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;