first commit

This commit is contained in:
2024-03-08 17:28:57 +05:30
commit 486291d914
1046 changed files with 285710 additions and 0 deletions
+88
View File
@@ -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;
}
}
}
}