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.
 
 
 
 

40 lines
858 B

  1. .teamed {
  2. background-repeat: no-repeat;
  3. h2 {
  4. width: 100%;
  5. padding-right: 15px;
  6. padding-left: 15px;
  7. }
  8. &.management-sales {
  9. @media (min-width: 992px) {
  10. background-image: url(../img/zahnraeder.svg);
  11. background-position: right top 282px;
  12. .mod_catalogUniversalView:nth-of-type(1) {
  13. .team:nth-of-type(2) {
  14. margin-left: 50%;
  15. }
  16. }
  17. }
  18. }
  19. &.marketing {
  20. @media (min-width: 992px) {
  21. background-image: url(../img/zielscheibe.svg);
  22. background-position: center top 78px;
  23. .team:nth-of-type(2) {
  24. margin-left: 50%;
  25. }
  26. }
  27. }
  28. &.creative-operations {
  29. @media (min-width: 992px) {
  30. background-image: url(../img/licht.svg);
  31. background-position: right top 78px;
  32. .mod_catalogUniversalView:first-child {
  33. .team:nth-of-type(2) {
  34. margin-left: 50%;
  35. }
  36. }
  37. }
  38. }
  39. }