code added
This commit is contained in:
Vendored
+53
@@ -2324,6 +2324,10 @@ textarea:focus {
|
||||
background-color: #FCF9F2;
|
||||
}
|
||||
|
||||
.h-40p{
|
||||
height:40px;
|
||||
}
|
||||
|
||||
.gradient-bg-1 {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#12126a), to(#360fbb));
|
||||
background: -webkit-linear-gradient(top, #12126a 0%, #360fbb 100%);
|
||||
@@ -31763,4 +31767,53 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
}
|
||||
.addr_phone{
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.toast-top-right {
|
||||
top: 47px !important;
|
||||
right: 12px !important;
|
||||
}
|
||||
|
||||
.cartnumcount{
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
line-height: 18px;
|
||||
padding: 0 6px;
|
||||
height: 18px;
|
||||
background: #6a59d3;
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
font-size: 12px;
|
||||
color: #fff;
|
||||
left: 22px;
|
||||
top: -8px;
|
||||
|
||||
}
|
||||
|
||||
.loadingCall{
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.checkoutbtn{
|
||||
width:180px;
|
||||
height:40px;
|
||||
border-radius: 5px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.checkoutbtn .spinner-border{
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user