mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
💄 Fix the nav-title font
This commit is contained in:
parent
fbb4420b80
commit
74cb182565
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
@include font(16, 24, 600);
|
||||
color: var(--color-text);
|
||||
|
||||
.ppcp--title {
|
||||
.ppcp--nav-title {
|
||||
margin-left: 18px;
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ const TopNavigation = ( {
|
|||
const className = classNames( 'ppcp-r-navigation-container', {
|
||||
'ppcp--is-scrolled': isScrolled,
|
||||
} );
|
||||
const titleClassName = classNames( 'ppcp--title', {
|
||||
const titleClassName = classNames( 'ppcp--nav-title', {
|
||||
'ppcp--big': isMainTitle,
|
||||
} );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue