mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Changes to the headings
This commit is contained in:
@@ -69,19 +69,28 @@
|
||||
& .squareBg {
|
||||
@apply bg-gray-300 !important;
|
||||
}
|
||||
|
||||
& .productTitle {
|
||||
width: 18vw;
|
||||
margin-top: -7px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
& .productPrice {
|
||||
@apply text-sm;
|
||||
}
|
||||
}
|
||||
|
||||
.productTitle {
|
||||
@apply pt-4 leading-8;
|
||||
box-sizing: border-box;
|
||||
width: 17vw;
|
||||
margin-top: -1.2rem;
|
||||
width: 400px;
|
||||
font-size: 2rem;
|
||||
letter-spacing: 0.4px;
|
||||
|
||||
& span {
|
||||
@apply inline p-4 bg-primary text-primary font-bold;
|
||||
font-size: inherit;
|
||||
line-height: inherit;
|
||||
letter-spacing: 0.4px;
|
||||
letter-spacing: inherit;
|
||||
box-decoration-break: clone;
|
||||
-webkit-box-decoration-break: clone;
|
||||
}
|
||||
@@ -89,6 +98,7 @@
|
||||
|
||||
.productPrice {
|
||||
@apply py-4 px-4 bg-primary text-base font-semibold inline-block text-sm leading-6;
|
||||
letter-spacing: 0.4px;
|
||||
}
|
||||
|
||||
.wishlistButton {
|
||||
|
@@ -8,7 +8,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const Container: FC<Props> = ({ children, className, el = 'div' }) => {
|
||||
const rootClassName = cn('mx-auto max-w-7xl px-6 md:px-12', className)
|
||||
const rootClassName = cn('mx-auto max-w-7xl px-3 md:px-6', className)
|
||||
|
||||
let Component: React.ComponentType<React.HTMLAttributes<
|
||||
HTMLDivElement
|
||||
|
@@ -23,7 +23,6 @@
|
||||
@apply gap-3;
|
||||
|
||||
& > * {
|
||||
font-size: 1.5rem;
|
||||
min-height: 325px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user