code added

This commit is contained in:
2023-01-31 16:37:18 +05:30
bovenliggende 6c21a9aeab
commit 594ad5a4a7
59 gewijzigde bestanden met toevoegingen van 4266 en 552 verwijderingen
@@ -0,0 +1,46 @@
.proSection{
.designedProLaptop_title > .designedProLaptop_title_text{
font-size: 6rem;
}
.designedProLaptopList{
> li{
font-size: 2.5rem;
}
}
}
@media (max-width:1200px) {
.proSection{
.designedProLaptopList{
> li{
font-size: 1.5rem;
}
}
}
}
@media (max-width:768px){
.proSection{
padding: 1rem;
.designedProLaptop_title > .designedProLaptop_title_text{
font-size: 4rem;
}
.designedProLaptopList {
width: 100%;
padding: 1rem;
}
}
}
@media (max-width:576px) {
.proSection{
.designedProLaptop_title > .designedProLaptop_title_text{
font-size: 2.5rem;
}
}
}
@@ -0,0 +1,62 @@
.dragondisplay {
position: relative;
background: rgb(255, 255, 255);
background: linear-gradient(184deg,
rgba(255, 255, 255, 1) 4%,
rgba(235, 255, 133, 1) 100%);
overflow: hidden;
.dragondisplay_heading {
position: absolute;
bottom: 0;
margin: auto;
width: 100%;
>h1 {
font-size: 8rem;
text-align: center;
}
}
.dragondisplay_des {
max-width: 600px;
position: absolute;
right: 0;
top: 13%;
padding: 4rem;
}
}
@media (max-width:1200px) {
.dragondisplay{
.dragondisplay_heading{
>h1 {
font-size: 4rem;
text-align: center;
}
}
}
}
@media (max-width:768px) {
.dragondisplay{
.dragondisplay_heading{
>h1 {
font-size: 3rem;
text-align: center;
}
}
}
}
@media (max-width:576px) {
.dragondisplay{
.dragondisplay_heading{
>h1 {
font-size: 1.5rem;
text-align: center;
}
}
}
}
@@ -0,0 +1,88 @@
.lensAnwi {
.box_lens {
.anwi_BoxLen {
border-radius: 40px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.171) inset;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.171) inset;
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.171) inset;
}
.box_lens_img {
width: 45%;
}
.screenpadLens {
font-size: 1.2rem;
}
.lenHeading{
font-size: 2rem;
}
.anwi_BoxLen {
gap: 10px;
}
}
}
@media (max-width:1400px) {
.lensAnwi {
.box_lens {
.lenHeading{
font-size: 1rem;
}
.screenpadLens {
font-size: 0.7rem;
}
}
}
}
@media (max-width:1200px) {
.lensAnwi {
.row_lensAnwi {
padding: 2rem;
}
.box_lens {
.lenHeading{
font-size: 0.7rem;
}
.screenpadLens {
font-size: 0.5rem;
}
}
}
}
@media (max-width:768px) {
.lensAnwi {}
}
@media (max-width:576px) {
.lensAnwi {
.box_lens {
.box_lens_img {
width: 25%;
}
}
}
.dragondisplay {
.dragondisplay_heading {
>h1 {
font-size: 1.5rem;
text-align: center;
}
}
}
}
@@ -0,0 +1,77 @@
// pop up keyboard
.popupKeyboard {
position: relative;
overflow-x: hidden;
padding-top: 11rem;
.popupKeyboard_hParent {
position: absolute;
top: 0;
left: 0;
}
.popupKeyboard_heading {
>h1{
font-size: 9rem;
}
}
}
@media (max-width:1200px) {
.popupKeyboard {
.popupKeyboard_heading {
>h1{
font-size: 5rem;
}
}
}
}
@media (max-width:768px) {
.controlPanel{
padding-bottom: 100px;
}
.popupKeyboard {
.popupKeyboard_heading {
padding: 1rem;
>h1{
font-size: 3rem;
}
}
.popupKeyboard_des {
padding: 1rem;
font-size: 1rem;
}
.popupKeyboard_hParent {
padding: 1rem;
}
}
}
@media (max-width:576px) {
.popupKeyboard {
.popupKeyboard_heading {
padding: 1rem;
>h1{
font-size: 2rem;
}
}
.popupKeyboard_des {
padding: 2rem;
padding-top: 0;
font-size: 0.8rem;
}
}
}
@@ -0,0 +1,49 @@
.professinalGrade {
.professinalGradeImgContainer {
background-image: url("./../../dist/assets/imgs/productoverview/promask.png");
background-color: white;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.professinalGradeImg {
@include absCenter;
width: 50%;
}
}
@media (max-width:1400px) {
.professinalGrade{
}
}
@media (max-width:1200px) {
.professinalGrade{
h1{
font-size: 3rem;
}
}
}
@media (max-width:768px) {
.professinalGrade{
h1{
font-size: 2rem;
}
.font_p_Dual{
font-size: 1rem;
}
}
}
@media (max-width:576px) {
.professinalGrade{
p{
padding-left: 1rem;
}
}
}
@@ -0,0 +1,129 @@
.stunningSound {
position: relative;
padding-top: 15rem;
overflow-x: hidden;
.stunningSound_heading {
position: absolute;
z-index: -1;
top: 0;
left: 0;
>h1 {
font-size: 10rem;
}
}
.stunningSound_des {
position: absolute;
right: 0;
top: 30%;
transform: translate(0%, 0%);
max-width: 400px;
}
}
// @media (max-width:1400px) {}
@media (max-width:1200px) {
.stunningSound {
.stunningSound_heading {
>h1 {
font-size: 7rem;
}
}
.stunningSound_des{
padding-right: 1rem;
max-width: 300px;
}
}
}
@media (max-width:1000px) {
.stunningSound {
.stunningSound_heading {
top: 20%;
>h1 {
font-size: 5rem;
}
}
.stunningSound_des {
top: 40%;
right:0;
}
}
}
@media (max-width:768px) {
.stunningSound {
.stunningSound_heading {
>h1 {
font-size: 4rem;
}
}
.stunningSound_des {
max-width: 270px;
top: 50%;
right: 0;
p{
font-size: 1rem;
}
}
}
}
@media (max-width:576px) {
.stunningSound {
.stunningSound_heading {
top: 15%;
>h1 {
font-size: 2rem;
padding: 2rem;
}
}
.stunningSound_des {
padding: 2rem;
top: 25%;
max-width: 100%;
left: 0;
// top: 50%;
// right: -19%;
// p{
// font-size: 1rem;
// }
}
}
}
@@ -0,0 +1,43 @@
.circleTableLaptop_Heading {
top: 20%;
}
.circleTableLaptop_text{
bottom: 25%;
>div{
padding: 0px 22%;
}
}
@media (max-width:1300px) {
.circleTableLaptop_text {
bottom: 18%;
>div{
font-size: 1rem;
}
}
}
@media (max-width:1000px) {
.circleTableLaptop_Heading {
h1{
font-size: 1.5rem;
}
}
.circleTableLaptop_text {
bottom: 25%;
>div{
font-size: 0.7rem;
}
}
}
@media (max-width:600px) {
.circleTableLaptop_Heading {
top: 0;
h1{
font-size: 1.5rem;
}
}
}
@@ -0,0 +1,73 @@
.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: 8rem;
}
}
}
}
@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;
}
}
}
}
}