Images Compressed Login page modifications
This commit is contained in:
Vendored
+12
-2
@@ -727,7 +727,7 @@ span.transform_fyro_text {
|
||||
background-color: #0A1039;
|
||||
text-transform: uppercase;
|
||||
font-weight: 600;
|
||||
padding: 9px 25px;
|
||||
padding: 10px 25px;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
}
|
||||
@@ -1512,6 +1512,10 @@ display: none;
|
||||
/* background: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%); */
|
||||
background: linear-gradient(112.1deg, rgb(63, 76, 119) -14.8% , rgb(32, 38, 57) 100.4%);
|
||||
}
|
||||
.bg-gradient-anwi.btn:hover{
|
||||
/* background: linear-gradient(112.1deg, rgb(32, 38, 57) 11.4%, rgb(63, 76, 119) 70.2%); */
|
||||
background: linear-gradient(112.1deg, rgb(32, 38, 57) -14.8%, rgb(63, 76, 119) 100.48% );
|
||||
}
|
||||
.bg-gradient-violet{
|
||||
/* background: linear-gradient(90deg, rgba(230,242,244,1) 6%, rgba(236,228,220,1) 100%);
|
||||
*/
|
||||
@@ -1744,6 +1748,9 @@ background: linear-gradient(75deg, rgb(56 89 118) 51%, rgb(107 18 111) 89%)
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.card-item-body h3 a{
|
||||
font-size: 24px;
|
||||
}
|
||||
.product_card_1 .card-item-body:hover h3 a{
|
||||
color:#ff9300;
|
||||
}
|
||||
@@ -1790,7 +1797,7 @@ background: linear-gradient(75deg, rgb(56 89 118) 51%, rgb(107 18 111) 89%)
|
||||
position: relative;
|
||||
}
|
||||
.product_card_1:hover img{
|
||||
transform: scale(1.3);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
.product_card_2 {
|
||||
border: 1px solid rgb(204, 204, 204,0.1);
|
||||
@@ -1918,3 +1925,6 @@ background: linear-gradient(75deg, rgb(56 89 118) 51%, rgb(107 18 111) 89%)
|
||||
color:#0a1322 !important;
|
||||
|
||||
}
|
||||
.product_card_section .col-sm-4{
|
||||
margin-top:100px;
|
||||
}
|
||||
Vendored
+8
-13
@@ -16,15 +16,17 @@ h5{
|
||||
}
|
||||
|
||||
.info-numberbox{
|
||||
width: 20px;
|
||||
/* height: 20px; */
|
||||
background-color: white;
|
||||
color: var(--info-header-color);
|
||||
background: linear-gradient(145deg,rgb(27,45,83,0.9),rgb(10,19,34)) !important;
|
||||
color: white;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
border-radius: 50%;
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.info-numberbox.selectdonefiled{
|
||||
@@ -80,18 +82,11 @@ h5{
|
||||
}
|
||||
|
||||
.detailsAddressBg{
|
||||
background: #2E1835;
|
||||
background: linear-gradient(112.1deg, rgb(63, 76, 119) -14.8% , rgb(32, 38, 57) 100.4%);
|
||||
color: white;
|
||||
}
|
||||
|
||||
.detailsAddressBtn{
|
||||
background-color: #F89C1F;
|
||||
border: none;
|
||||
padding: 0.5rem;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
.paymentgatewaypage{
|
||||
width: 100vw;
|
||||
|
||||
Reference in New Issue
Block a user