Files

88 lines
1.5 KiB
SCSS
Raw Permalink Normal View History

2024-03-08 17:28:57 +05:30
.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;
}
}
}
}