47 lines
864 B
SCSS
47 lines
864 B
SCSS
.inputCustomerNavbarContainer {
|
|
padding-left: 17px;
|
|
display: flex;
|
|
gap: 8px;
|
|
|
|
|
|
.logo {
|
|
width: 28px;
|
|
height: 16px;
|
|
}
|
|
|
|
.icon16 {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.navContent {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
width: 73%;
|
|
height: max-content;
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.searchContainer {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5.85px;
|
|
padding: 7.8px;
|
|
border-radius: 30px;
|
|
border: 0.488px solid rgba(0, 0, 0, 0.06);
|
|
box-shadow: 0 3.902px 46.829px 0 rgba(0, 0, 0, 0.08);
|
|
height: 30px;
|
|
box-sizing: border-box;
|
|
font-size: 13.659px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 17.561px;
|
|
flex: 1;
|
|
|
|
.nut-input {
|
|
padding: 0;
|
|
}
|
|
}
|
|
} |