73 lines
1.4 KiB
SCSS
73 lines
1.4 KiB
SCSS
|
|
.wifiSection {
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
|
|
// .wifiSectionImg {
|
|
// width: 100vw;
|
|
// height: 100vh;
|
|
// margin: 10rem 0;
|
|
// background-image: url("./../../dist/assets/imgs/productoverview/wifilap.png");
|
|
// background-color: white;
|
|
// background-size: cover;
|
|
// background-repeat: no-repeat;
|
|
// background-position: center;
|
|
// }
|
|
.wifiSectionDes{
|
|
display: none;
|
|
}
|
|
.textWifiContainer {
|
|
position: relative;
|
|
|
|
.wifiSection_des {
|
|
max-width: 500px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: -48%;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.textWifiContainerHeading {
|
|
>h1 {
|
|
font-size: 5rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media (max-width:1200px) {
|
|
.wifiSection{
|
|
.textWifiContainer {
|
|
.textWifiContainerHeading {
|
|
>h1 {
|
|
font-size: 5rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
@media (max-width:1000px) {
|
|
.wifiSection{
|
|
.textWifiContainer {
|
|
display: none;
|
|
|
|
}
|
|
|
|
.wifiSectionDes{
|
|
padding: 2rem;
|
|
display: block;
|
|
.wifiSection_des {
|
|
>p{
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
} |