make bigger some sizes

This commit is contained in:
@jcarymuhammedow
2026-03-25 15:58:21 +05:00
parent 22e597b291
commit a7e31b380d
6 changed files with 86 additions and 17 deletions

View File

@@ -19,7 +19,7 @@
.btn{
display: flex;
width: max-content;
font-size: 14px;
font-size: 16px;
border-radius: 4px;
border: #000000;
background-color: #000000;
@@ -48,7 +48,7 @@
display: flex;
width: 100%;
padding: 10px 22px 0px;
height: 60px;
height: 80px;
gap: 10px;
margin: 0 auto;
cursor: pointer;
@@ -106,8 +106,8 @@
margin: 0;
svg {
fill: #4b5563;
width: 20px;
height: 20px;
width: 24px;
height: 24px;
}
}
.searchWrapper {
@@ -154,7 +154,7 @@
align-items: center;
border-radius: 0.5rem;
height: 2.5rem;
font-size: 0.875rem;
font-size: 16px;
color: #4b5563;
font-weight: 600;
background-color: transparent;
@@ -162,6 +162,10 @@
&:hover {
background-color: #f3f4f6;
}
svg {
width: 20px;
height: 20px;
}
}
.cartSection {