templates/transportdefond/transportdefond.css line 1

Open in your IDE?
  1. .appElement {
  2.     padding:10% 7.5% 5%;
  3.     position:relative;
  4.     overflow:hidden;
  5. }    
  6. .element2 {
  7.     padding-bottom:7%;
  8. }
  9. .element3 {
  10.     background-image:
  11.         linear-gradient(to top, rgb(255 255 255 / 50%), #f2f2f2 14%, transparent 100%), 
  12.         linear-gradient(to bottom, rgb(255 255 255 / 50%), #f2f2f2 14%, transparent 100%);
  13.         padding-bottom:9%;
  14. }
  15. .element4 {
  16.     padding-top:5%;
  17.     padding-bottom:10%;
  18. }
  19. .element_transportdefond_section {
  20.     background-position: center;
  21.     background-repeat: no-repeat;
  22.     background-size: cover;
  23.     background-attachment: fixed;
  24.     background-image: 
  25.     linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255 255 255 / 100%) 60%),
  26.     url('{{asset("img/transportdefond/91.webp")}}');
  27.     background-blend-mode: normal, normal, normal, normal;
  28. }
  29. .position1 {
  30.     position:absolute;
  31.     top:0;
  32.     left:0;
  33.     width:100%;
  34.     height:8%;
  35.     z-index:5;
  36.     background-image:
  37.         linear-gradient(to top, rgb(255 255 255 / 0%), #ffffff00 23%, transparent 100%), 
  38.         linear-gradient(to bottom, rgb(255 255 255 / 0%), #ffffff 0%, #ffffff00 61%)
  39. }