mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
🎨 styles: color btn carousel
:%s
This commit is contained in:
parent
9467250fbb
commit
315f6748c9
@ -8,7 +8,6 @@ interface Props {
|
||||
|
||||
const option = {
|
||||
slidesPerView: 1,
|
||||
mode: 'free',
|
||||
}
|
||||
const Banner = memo(({ data }: Props) => {
|
||||
if (data.length === 1) {
|
||||
|
@ -9,6 +9,7 @@
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
border-radius: .8rem;
|
||||
backdrop-filter: saturate(180%) blur(10px);
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
@ -31,16 +31,12 @@
|
||||
width: min-content;
|
||||
|
||||
color: var(--white);
|
||||
font-size: 7.6rem;
|
||||
font-size: 8.8rem;
|
||||
line-height: 8rem;
|
||||
letter-spacing: -0.03em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
|
||||
@screen 2xl {
|
||||
font-size: 7.8rem;
|
||||
line-height: 8rem;
|
||||
}
|
||||
&::after {
|
||||
@apply absolute;
|
||||
content: "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user