Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .lensAnwi {
  2. .box_lens {
  3. .anwi_BoxLen {
  4. border-radius: 40px;
  5. -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.171) inset;
  6. -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.171) inset;
  7. box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.171) inset;
  8. }
  9. .box_lens_img {
  10. width: 45%;
  11. }
  12. .screenpadLens {
  13. font-size: 1.2rem;
  14. }
  15. .lenHeading{
  16. font-size: 2rem;
  17. }
  18. .anwi_BoxLen {
  19. gap: 10px;
  20. }
  21. }
  22. }
  23. @media (max-width:1400px) {
  24. .lensAnwi {
  25. .box_lens {
  26. .lenHeading{
  27. font-size: 1rem;
  28. }
  29. .screenpadLens {
  30. font-size: 0.7rem;
  31. }
  32. }
  33. }
  34. }
  35. @media (max-width:1200px) {
  36. .lensAnwi {
  37. .row_lensAnwi {
  38. padding: 2rem;
  39. }
  40. .box_lens {
  41. .lenHeading{
  42. font-size: 0.7rem;
  43. }
  44. .screenpadLens {
  45. font-size: 0.5rem;
  46. }
  47. }
  48. }
  49. }
  50. @media (max-width:768px) {
  51. .lensAnwi {}
  52. }
  53. @media (max-width:576px) {
  54. .lensAnwi {
  55. .box_lens {
  56. .box_lens_img {
  57. width: 25%;
  58. }
  59. }
  60. }
  61. .dragondisplay {
  62. .dragondisplay_heading {
  63. >h1 {
  64. font-size: 1.5rem;
  65. text-align: center;
  66. }
  67. }
  68. }
  69. }