Update src/Styles/BookingScreen/Components/BSNavbar/BSNavbar3.scss
This commit is contained in:
parent
ecd0a2c814
commit
ae9b8377b2
|
|
@ -26,7 +26,7 @@
|
|||
align-items: center;
|
||||
gap: 1rem;
|
||||
color: #fff;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
|
||||
white-space: nowrap;
|
||||
|
||||
.CiShopIcon {
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
.homeIcon {
|
||||
display: flex;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
font-size: 16px;
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
font-weight: 400;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
border-radius: 50px;
|
||||
font-family: 'Poppins', sans-serif !important;
|
||||
font-family: "Poppins", sans-serif !important;
|
||||
}
|
||||
|
||||
.BsnavbarSearchMain {
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
.CustomerActions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.1rem;
|
||||
gap: 0.3rem;
|
||||
|
||||
.RiVerifiedBadgeFill {
|
||||
transition: all 0.2s ease-in-out;
|
||||
|
|
@ -279,7 +279,7 @@
|
|||
font-weight: 400;
|
||||
-webkit-text-stroke-width: 0.2px;
|
||||
border-radius: 50px;
|
||||
font-family: 'Poppins', sans-serif !important;
|
||||
font-family: "Poppins", sans-serif !important;
|
||||
}
|
||||
|
||||
.BsNavbarUser {
|
||||
|
|
@ -412,7 +412,7 @@
|
|||
}
|
||||
|
||||
div {
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-weight: 400;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
|
@ -442,7 +442,7 @@
|
|||
border-radius: 10px;
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.profileImage {
|
||||
|
|
@ -481,7 +481,7 @@
|
|||
width: 100%;
|
||||
padding: 10px 12px;
|
||||
font-size: 16px;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-weight: 500;
|
||||
-webkit-text-stroke-width: 0.1px;
|
||||
border: none;
|
||||
|
|
@ -536,7 +536,7 @@
|
|||
padding: 0.2rem 0.9rem;
|
||||
border-radius: 0.75rem;
|
||||
font-size: 0.7rem;
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
|
|
@ -552,32 +552,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// &::before {
|
||||
// content: '';
|
||||
// position: absolute;
|
||||
// inset: 0;
|
||||
// padding: 1px; // border thickness
|
||||
// border-radius: inherit;
|
||||
// background: linear-gradient(
|
||||
// 270deg,
|
||||
// #fff3bac4,
|
||||
// #ffcc00,
|
||||
// #fff3baa1,
|
||||
// #ffcc00,
|
||||
// #fff3baab,
|
||||
// #ffcc00
|
||||
// );
|
||||
// background-size: 300% 300%;
|
||||
// animation: rainbowBorder 5s linear infinite;
|
||||
// // -webkit-mask:
|
||||
// // linear-gradient(#fff 0 0) content-box,
|
||||
// // linear-gradient(#fff 0 0);
|
||||
// -webkit-mask-composite: xor;
|
||||
// mask-composite: exclude;
|
||||
// pointer-events: none;
|
||||
// z-index: -1;
|
||||
// }
|
||||
|
||||
@keyframes rainbowBorder {
|
||||
0% {
|
||||
background-position: 0% 50%;
|
||||
|
|
@ -630,7 +604,7 @@
|
|||
padding: 0.1rem 0.1rem;
|
||||
border-radius: 7px;
|
||||
white-space: nowrap;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-family: "Poppins", sans-serif;
|
||||
width: 110px;
|
||||
line-height: 1.3;
|
||||
|
||||
|
|
@ -735,7 +709,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.MultiSearchIconDiv3 {
|
||||
background-color: #ffffff;
|
||||
color: #1292ee !important;
|
||||
|
|
@ -748,7 +721,6 @@
|
|||
height: 32px;
|
||||
padding: 4px;
|
||||
|
||||
|
||||
svg {
|
||||
font-size: 22px;
|
||||
width: 32px !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue