templates/home/home.css line 1

Open in your IDE?
  1. .appElement {
  2.     padding:7%;
  3.     position:relative;
  4.     overflow:hidden;
  5. }    
  6. .element_services,.element_equipements {
  7.     background-image: linear-gradient(to top, rgb(255 255 255 / 50%), #f2f2f2 14%, transparent 100%), linear-gradient(to bottom, rgb(255 255 255 / 50%), #f2f2f2 14%, transparent 100%);
  8.     padding-bottom:calc(7% + 35px);
  9.     padding-top:calc(7% + 25px);
  10. }