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.
|
- .teamed {
- background-repeat: no-repeat;
- h2 {
- width: 100%;
- padding-right: 15px;
- padding-left: 15px;
- }
- &.management-sales {
- @media (min-width: 992px) {
- background-image: url(../img/zahnraeder.svg);
- background-position: right top 282px;
- .mod_catalogUniversalView:nth-of-type(1) {
- .team:nth-of-type(2) {
- margin-left: 50%;
- }
- }
- }
- }
- &.marketing {
- @media (min-width: 992px) {
- background-image: url(../img/zielscheibe.svg);
- background-position: center top 78px;
- .team:nth-of-type(2) {
- margin-left: 50%;
- }
- }
- }
- &.creative-operations {
- @media (min-width: 992px) {
- background-image: url(../img/licht.svg);
- background-position: right top 78px;
- .mod_catalogUniversalView:first-child {
- .team:nth-of-type(2) {
- margin-left: 50%;
- }
- }
- }
- }
- }
|