feat: clarify PChome growth page responsibilities
All checks were successful
CD Pipeline / deploy (push) Successful in 1m8s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m8s
This commit is contained in:
@@ -562,6 +562,7 @@ body.momo-v2-body {
|
||||
}
|
||||
|
||||
.momo-growth-goal,
|
||||
.momo-growth-current,
|
||||
.momo-growth-step {
|
||||
display: inline-flex;
|
||||
flex: 0 0 auto;
|
||||
@@ -584,6 +585,15 @@ body.momo-v2-body {
|
||||
color: var(--momo-page-accent-dark);
|
||||
}
|
||||
|
||||
.momo-growth-current {
|
||||
padding: 0 9px;
|
||||
border-left: 1px solid var(--momo-border-light);
|
||||
color: var(--momo-page-accent-dark);
|
||||
font-family: var(--momo-font-display);
|
||||
font-size: var(--momo-text-label);
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.momo-growth-step {
|
||||
padding: 0 10px;
|
||||
border: 1px solid var(--momo-border-light);
|
||||
|
||||
Reference in New Issue
Block a user