mirror of
https://github.com/vercel/commerce.git
synced 2025-07-05 12:41:21 +00:00
🐛 bug: bug fix
This commit is contained in:
parent
6259661977
commit
32d06a9df7
@ -1,7 +1,9 @@
|
|||||||
@import '../../../styles/utilities';
|
@import '../../../styles/utilities';
|
||||||
|
|
||||||
.headingCommon {
|
.headingCommon {
|
||||||
@apply heading-1 font-heading uppercase text-left spacing-horizontal-left;
|
@apply font-heading uppercase text-left spacing-horizontal-left;
|
||||||
|
font-size: 48px;
|
||||||
|
line-height: 56px;
|
||||||
|
|
||||||
&.highlight {
|
&.highlight {
|
||||||
color: var(--negative);
|
color: var(--negative);
|
||||||
@ -15,5 +17,7 @@
|
|||||||
|
|
||||||
@screen md {
|
@screen md {
|
||||||
@apply spacing-horizontal;
|
@apply spacing-horizontal;
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user