🎨 styles: color btn carousel

:%s
This commit is contained in:
lytrankieio123 2021-09-15 13:10:18 +07:00
parent 9467250fbb
commit 315f6748c9
3 changed files with 2 additions and 6 deletions

View File

@ -8,7 +8,6 @@ interface Props {
const option = { const option = {
slidesPerView: 1, slidesPerView: 1,
mode: 'free',
} }
const Banner = memo(({ data }: Props) => { const Banner = memo(({ data }: Props) => {
if (data.length === 1) { if (data.length === 1) {

View File

@ -9,6 +9,7 @@
width: 64px; width: 64px;
height: 64px; height: 64px;
border-radius: .8rem; border-radius: .8rem;
backdrop-filter: saturate(180%) blur(10px);
&:focus { &:focus {
outline: none; outline: none;
} }

View File

@ -31,16 +31,12 @@
width: min-content; width: min-content;
color: var(--white); color: var(--white);
font-size: 7.6rem; font-size: 8.8rem;
line-height: 8rem; line-height: 8rem;
letter-spacing: -0.03em; letter-spacing: -0.03em;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
@screen 2xl {
font-size: 7.8rem;
line-height: 8rem;
}
&::after { &::after {
@apply absolute; @apply absolute;
content: ""; content: "";