mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
🎨 styles: (heading common) remove padding in common
:%s
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
@import '../../../styles/utilities';
|
||||
|
||||
.headingCommon {
|
||||
@apply font-heading uppercase text-left spacing-horizontal-left;
|
||||
font-size: 3.2rem;
|
||||
line-height: 4rem;
|
||||
@apply heading-1 font-heading text-left;
|
||||
|
||||
&.highlight {
|
||||
color: var(--negative);
|
||||
@@ -13,11 +11,5 @@
|
||||
}
|
||||
&.center {
|
||||
@apply text-center;
|
||||
}
|
||||
|
||||
@screen md {
|
||||
@apply spacing-horizontal;
|
||||
font-size: 4.8rem;
|
||||
line-height: 5.6rem;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user