make bigger some sizes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user