add new changes
Dieser Commit ist enthalten in:
Vendored
+26
-8
@@ -1,4 +1,3 @@
|
||||
|
||||
/* Orbitron */
|
||||
|
||||
@font-face {
|
||||
@@ -77,6 +76,10 @@ html {
|
||||
scroll-behavior: smooth !important;
|
||||
}
|
||||
|
||||
:root{
|
||||
--main-gradient :radial-gradient(circle, rgba(218,225,242,1) 0%, rgba(217,228,244,1) 49%, rgba(226,191,225,1) 100%);
|
||||
}
|
||||
|
||||
body {
|
||||
box-sizing: border-box;
|
||||
overflow-x: hidden;
|
||||
@@ -1445,11 +1448,24 @@ span.transform_text1 {
|
||||
transform: rotate(-90deg);
|
||||
-webkit-text-fill-color: transparent;
|
||||
-webkit-text-stroke: 1px rgb(200 199 199);
|
||||
left: -308px;
|
||||
left: -290px;
|
||||
top: 54%;
|
||||
font-size: 47px;
|
||||
font-size: 44px;
|
||||
font-family: "Orbitron", sans-serif !important;
|
||||
}
|
||||
span.transform_text_1 {
|
||||
position: absolute;
|
||||
transform: rotate(-90deg);
|
||||
-webkit-text-fill-color: transparent;
|
||||
-webkit-text-stroke: 1px rgb(200 199 199);
|
||||
left: -364px;
|
||||
top: 39%;
|
||||
font-size: 90px;
|
||||
font-family: "Orbitron", sans-serif !important;
|
||||
}
|
||||
.w-65{
|
||||
width: 67%!important;
|
||||
}
|
||||
span.transform_text2 {
|
||||
position: absolute;
|
||||
transform: rotate(-90deg);
|
||||
@@ -1465,12 +1481,12 @@ span.transform_text2 {
|
||||
}
|
||||
#ora_products{
|
||||
/* background: #eef0f3; */
|
||||
background-image: url(../assets/imgs/productimg/banner_plan.png);
|
||||
background: var(--main-gradient);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
#laptop_memory_sec{
|
||||
background: url(../assets/imgs/allin_imgs/laptop_bg.png);
|
||||
background: var(--main-gradient);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -1480,7 +1496,7 @@ span.transform_text2 {
|
||||
background-size: cover; */
|
||||
}
|
||||
#desktop_memory_sec{
|
||||
background: url(../assets/imgs/allin_imgs/desktop_bg.png);
|
||||
background: var(--main-gradient);
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
@@ -1519,7 +1535,9 @@ display: none;
|
||||
.bg-gradient-violet{
|
||||
/* background: linear-gradient(90deg, rgba(230,242,244,1) 6%, rgba(236,228,220,1) 100%);
|
||||
*/
|
||||
background:url(../assets/imgs/login_bg.png);
|
||||
/* background:url(../assets/imgs/login_bg.png);*/
|
||||
background: rgb(218,225,242);
|
||||
background: var(--main-gradient);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@@ -1961,7 +1979,7 @@ a:hover {
|
||||
}
|
||||
.tab-content img{
|
||||
width: 100%;
|
||||
min-width:120px;
|
||||
min-width:70px;
|
||||
}
|
||||
.w-250{
|
||||
width: 250px;
|
||||
|
||||
Vendored
+2
-1
@@ -128,5 +128,6 @@
|
||||
}
|
||||
|
||||
.specContainer > div{
|
||||
flex-basis: 50%;
|
||||
/* flex-basis: 50%; */
|
||||
width: 100%;
|
||||
}
|
||||
Vendored
@@ -27,6 +27,7 @@ h5{
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
line-height: 1;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.info-numberbox.selectdonefiled{
|
||||
|
||||
Vendored
+252
-32
@@ -2272,6 +2272,7 @@ textarea:focus {
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 99;
|
||||
|
||||
}
|
||||
|
||||
/*--
|
||||
@@ -4063,17 +4064,21 @@ margin-bottom: 0.5rem !important;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.main-menu > nav > ul{
|
||||
display: flex;
|
||||
list-style: none;
|
||||
}
|
||||
.main-menu > nav > ul > li {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
/* display: inline-block; */
|
||||
/* position: relative; */
|
||||
padding: 0px 33px 0px 2px;
|
||||
}
|
||||
.main-menu > nav > ul > li:hover::after{
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
left: -10px;
|
||||
background: rgb(63, 76, 119,0.5);
|
||||
/* background: rgb(63, 76, 119,0.5); */
|
||||
height: 1px;
|
||||
width: 100%;
|
||||
z-index: 200;
|
||||
@@ -4124,20 +4129,48 @@ margin-bottom: 0.5rem !important;
|
||||
.main-menu > nav > ul > li > ul {
|
||||
/* -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
|
||||
box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09); */
|
||||
background-color: #ffffff;
|
||||
/* background-color: #ffffff; */
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
/* top: 100%; */
|
||||
left: 0;
|
||||
/* -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
|
||||
-o-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; */
|
||||
/* transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s; */
|
||||
transition-duration: .4s;
|
||||
transition-delay: .4s;
|
||||
transform-origin: center top;
|
||||
/* -webkit-transform: scaleY(0);
|
||||
transform: scaleY(0); */
|
||||
background-color: hsl(0deg 0% 100%);
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
margin-top: 20px;
|
||||
z-index: 9999;
|
||||
width: 100%;
|
||||
border-top: 1px solid #d3d3d352;
|
||||
border-bottom: 1px solid #d3d3d352;
|
||||
box-shadow: 1px 5px 8px -3px rgb(92 88 88 / 21%);
|
||||
-webkit-box-shadow: 1px 5px 8px -3px rgb(92 88 88 / 21%);
|
||||
-webkit-transition: background-color .3s linear, border-top-color .45s linear, -webkit-transform .2s linear;
|
||||
transition: background-color .3s linear, border-top-color .45s linear, -webkit-transform .2s linear;
|
||||
transition: transform .3s linear, background-color .3s linear, border-top-color .45s linear;
|
||||
transition: transform .3s linear, background-color .3s linear, border-top-color .45s linear, -webkit-transform .2s linear;
|
||||
}
|
||||
.nav_imgs{
|
||||
width:100%;
|
||||
max-width: 100px;
|
||||
}
|
||||
.nav_logo{
|
||||
width: 110px;
|
||||
}
|
||||
.main-menu > nav > ul > li:hover > ul {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
margin-top: 0px;
|
||||
-webkit-transform: scaleY(1);
|
||||
transform: scaleY(1);
|
||||
}
|
||||
/* .nav_items{
|
||||
filter: opacity(0.5);
|
||||
}
|
||||
.nav_items:hover{
|
||||
filter: opacity(1.5);
|
||||
} */
|
||||
|
||||
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
|
||||
.main-menu > nav > ul > li > ul {
|
||||
@@ -4499,12 +4532,6 @@ margin-bottom: 0.5rem !important;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.main-menu > nav > ul > li:hover > ul {
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.main-menu.main-menu-white > nav > ul > li > a {
|
||||
color: #ffffff;
|
||||
}
|
||||
@@ -4522,20 +4549,20 @@ margin-bottom: 0.5rem !important;
|
||||
line-height: 75px;
|
||||
}
|
||||
|
||||
.main-menu.main-menu-padding-1 > nav > ul > li {
|
||||
/* .main-menu.main-menu-padding-1 > nav > ul > li {
|
||||
padding: 0 16px 0 0;
|
||||
}
|
||||
} */
|
||||
|
||||
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
|
||||
.main-menu.main-menu-padding-1 > nav > ul > li {
|
||||
margin: 0 20px 0 0;
|
||||
padding: 0 33px 0 2px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
|
||||
.main-menu.main-menu-padding-1 > nav > ul > li {
|
||||
/* .main-menu.main-menu-padding-1 > nav > ul > li {
|
||||
padding: 0 20px 0 0;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
.main-menu.main-menu-padding-1 > nav > ul > li:last-child {
|
||||
@@ -4847,7 +4874,7 @@ margin-bottom: 0.5rem !important;
|
||||
-webkit-flex: 0 0 40%;
|
||||
-ms-flex: 0 0 40%;
|
||||
flex: 0 0 40%;
|
||||
max-width: 40%;
|
||||
max-width: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31684,7 +31711,8 @@ h4.checkout-title::before {
|
||||
}
|
||||
|
||||
.bg-gradient-anwi {
|
||||
background: linear-gradient(112.1deg, rgb(63, 76, 119) -14.8%, rgb(32, 38, 57) 100.4%);
|
||||
/*background: linear-gradient(112.1deg, rgb(63, 76, 119) -14.8%, rgb(32, 38, 57) 100.4%);*/
|
||||
background:#000;
|
||||
}
|
||||
|
||||
.loginContainer .nav-pills .nav-link.active {
|
||||
@@ -31818,13 +31846,25 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#carouselExampleAutoplaying{
|
||||
padding-top: 3rem;
|
||||
}
|
||||
.services.bg-gradient-anwi{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.orderdetails .checkoutbtn{
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.videospinning{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #000000b3;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.orderdetails{
|
||||
min-width: 800px;
|
||||
}
|
||||
|
||||
.form-control.is-invalid, .was-validated .form-control:invalid{
|
||||
@@ -31858,4 +31898,184 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
width: 94%;
|
||||
z-index: 1;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.font-14{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/* / added by rahul / */
|
||||
.bg-blur {
|
||||
background: #706c6c85;
|
||||
}
|
||||
|
||||
.text-blue-1 {
|
||||
color: #6fcfed;
|
||||
}
|
||||
|
||||
.text-fyro {
|
||||
color: #e86129;
|
||||
}
|
||||
|
||||
.fyro_steamlined_section {
|
||||
background-color: #000;
|
||||
}
|
||||
.fyro_steamlined_section .fyro_logo img {
|
||||
width: 150px;
|
||||
}
|
||||
.fyro_steamlined_section .fyro_products_main_container .Two_four_inch_Card {
|
||||
background: radial-gradient(#b8e9ff, #35abe1);
|
||||
width: 100%;
|
||||
}
|
||||
/* .fyro_steamlined_section .fyro_products_main_container .left-spacer-card {
|
||||
max-width: 86%;
|
||||
} */
|
||||
.fyro_steamlined_section .fyro_products_main_container .fyro_sleekbook_1 {
|
||||
background: radial-gradient(#f5bba8, #d48970);
|
||||
}
|
||||
.fyro_steamlined_section .fyro_products_main_container .fyro_sleekbook_2 {
|
||||
background: radial-gradient(#c5cbd7, #7E8084);
|
||||
}
|
||||
|
||||
.disabled-option-item{
|
||||
pointer-events: none;
|
||||
background-color: #cccccc3b;
|
||||
opacity:0.5;
|
||||
}
|
||||
|
||||
.nav-tab-show img{
|
||||
width: 120px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.titleproductnav{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.btnForgotback {
|
||||
position: absolute;
|
||||
top:8%;
|
||||
}
|
||||
|
||||
.productDetailsShadow > div{
|
||||
-webkit-box-shadow: 0 10px 20px rgba(3, 9, 25, 0.07);
|
||||
box-shadow: 0 10px 20px rgba(3, 9, 25, 0.07);
|
||||
background-color: #fff;
|
||||
padding: 68px 60px 103px 60px;
|
||||
margin-top: 10px;
|
||||
margin-left: 20px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.gap-4r{
|
||||
gap:4rem;
|
||||
}
|
||||
|
||||
.font-12p{
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.showspecsul{
|
||||
list-style: circle;
|
||||
}
|
||||
|
||||
/* .showspecsul >li::before{
|
||||
content: "\203A";
|
||||
padding-right: 5px;
|
||||
} */
|
||||
|
||||
.showspecsul > li{
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
|
||||
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
|
||||
opacity:0.2!important;
|
||||
}
|
||||
|
||||
.colorselector{
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.borderselector.colorselector{
|
||||
/* border-width: 3px; */
|
||||
|
||||
outline: #081348 solid 2px;
|
||||
}
|
||||
|
||||
.sub_nav_container {
|
||||
transition: all .2s ease;
|
||||
}
|
||||
|
||||
.supportlistview{
|
||||
border: none !important;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none !important;
|
||||
text-align: white;
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
.supportlistview:hover{
|
||||
background: none !important;
|
||||
text-align: white;
|
||||
color: black !important;
|
||||
border: none !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.removeFilesupportticket > svg{
|
||||
padding: 0 !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#carouselExampleAutoplaying{
|
||||
padding-top: 3rem;
|
||||
}
|
||||
.services.bg-gradient-anwi{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.font-1-5{
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.specContainer {
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
||||
.orderdetails{
|
||||
min-width: inherit !important;
|
||||
}
|
||||
|
||||
.productDetailsShadow > div{
|
||||
padding:10px;
|
||||
box-shadow: none;
|
||||
}
|
||||
.showspecsul{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.showspecsul > li{
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.myaccount-tab-menu {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.tab-content img {
|
||||
min-width: 70px;
|
||||
}
|
||||
|
||||
.cartnumcount{
|
||||
padding: 3px 7px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Vendored
+1
-1
Dateidiff unterdrückt, weil mindestens eine Zeile zu lang ist
In neuem Issue referenzieren
Einen Benutzer sperren