Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- .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%;
- }
- }
- }
- }
- }
|