Issue #3180280 by komalk, mherchel, sulfikar_s, ranjith_kumar_k_u, proeung, jwitkowski79: [Olivero Theme] [Design QA]: Reduce the letter spacing within the Subnav menu items

merge-requests/72/head
Lauri Eskola 2020-11-25 16:01:50 +02:00
parent cee06ebf88
commit e2cb364325
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,6 @@
.primary-nav__menu-link {
flex-grow: 1;
text-decoration: none;
letter-spacing: -1px;
color: #0d1214;
font-size: 28px;
font-weight: bold;
@ -247,6 +246,7 @@
.primary-nav__menu-link--level-1 {
position: relative;
display: flex;
letter-spacing: -1px;
}
/*

View File

@ -32,7 +32,6 @@
.primary-nav__menu-link {
flex-grow: 1;
text-decoration: none;
letter-spacing: -1px;
color: var(--color--gray-0);
font-size: 28px;
font-weight: bold;
@ -135,6 +134,7 @@
.primary-nav__menu-link--level-1 {
position: relative;
display: flex;
letter-spacing: -1px;
}
/*