This commit is contained in:
parent
728e48fc4f
commit
cc02023625
10 changed files with 341 additions and 39 deletions
|
|
@ -738,6 +738,13 @@ treatment it replaces, which read as the wrong category for the work.
|
|||
border-color: color-mix(in oklab, var(--danger) 40%, transparent);
|
||||
background: color-mix(in oklab, var(--danger) 10%, transparent);
|
||||
}
|
||||
/* The one-line person-company link under the hero actions. Muted: it is a
|
||||
fact, not a call to action. */
|
||||
.hero__byline {
|
||||
color: var(--text-muted);
|
||||
font-size: var(--step--1);
|
||||
}
|
||||
|
||||
/* The coming-soon price list: the launch prices per colour, shown where the
|
||||
colour selector will be once orders open. */
|
||||
.checkout__colors {
|
||||
|
|
|
|||
Loading…
Reference in a new issue