Этот коммит содержится в:
2023-02-01 15:48:54 +05:30
родитель 3c2b00a9f3
Коммит 767190eca6
6 изменённых файлов: 118 добавлений и 195 удалений
+1 -7
Просмотреть файл
@@ -1,10 +1,4 @@
*,
*::after,
*::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
// html {
// font-size: 62.5%;
+15 -91
Просмотреть файл
@@ -1,3 +1,6 @@
.productOverviewBody{
overflow-x: hidden;
}
.productoverviewmain {
background-image: url("../../dist/assets/imgs/productoverview/productbg.png");
background-color: white;
@@ -23,10 +26,21 @@ $PO_footerText: 0.7rem;
border: 1px solid rgba(255, 255, 255, 0.18);
border: 2px solid;
position: absolute;
position: fixed;
z-index: 999;
bottom: 0;
left: 0;
.price_footerContainer{
// padding-left: 3rem;
// padding-right: 3rem;
}
}
@media (max-width:768px){
.footerDesText{
width: 100%;
}
}
.boxImgContainer {
@@ -386,65 +400,7 @@ $PO_footerText: 0.7rem;
background-position: center;
}
.controlPanel {
margin-top: 10rem;
padding-bottom: 300px;
.controlPanel_des {
position: absolute;
top: -170px;
left: 80px;
}
.bgControlpanel {
min-height: 100vh;
background-color: #ececec;
border-radius: 157px;
position: relative;
.bgControlpaneltabs {
position: absolute;
top: 100px;
right: 0;
.nav-tabs {
border-bottom: 1px solid;
margin-bottom: 2rem;
}
.nav-item {
position: relative;
border: none;
}
.nav-tabs .nav-link {
position: relative;
color: black;
font-weight: 500;
}
.nav-tabs .nav-link.active {
border: none;
background-color: transparent;
}
.nav-tabs .nav-link.active::before {
display: block;
}
.nav-item .nav-link::before {
content: "";
position: absolute;
width: 100%;
height: 5px;
bottom: -2px;
right: 0;
display: none;
background-color: black;
}
}
}
}
@@ -504,38 +460,6 @@ $PO_footerText: 0.7rem;
}
}
.osPlusSoftware {
width: 100vw;
height: 140vh;
margin-top: 14rem;
.osContianer {
position: relative;
width: 100%;
height: 100%;
border-radius: 30%;
.osContianer_des_fontParent {
position: relative;
top: -8%;
}
.osContianer_des_font {
font-size: 2rem;
font-weight: 600;
}
.osContianerHeading {
position: relative;
top: -15%;
}
.osContianerImg {
position: absolute;
bottom: 0;
}
}
}
@media (max-width:1200px) {
+1 -1
Просмотреть файл
@@ -30,7 +30,7 @@
.textWifiContainerHeading {
>h1 {
font-size: 8rem;
font-size: 5rem;
}
}
}
+3 -4
Просмотреть файл
@@ -16,6 +16,9 @@
@import "pages/productOverview/stunningsound";
@import "pages/productOverview/wifisection";
@import "pages/productOverview/tablesection";
@import "pages/productOverview/proConnectivity";
@import "pages/productOverview/osPlusSoftware";
@import "pages/productOverview/controlPanel";
@import "pages/home";
@import "pages/shopping-cart";
@@ -106,11 +109,7 @@ ORDER: Base + typography > general layout + grid > page layout > components
}
/* Satoshi end */
.satoshi_font {
font-family: "Satoshi", sans-serif;
}
html {
font-size: 100%;