diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_product.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_product.scss deleted file mode 100644 index dcd35549..00000000 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_product.scss +++ /dev/null @@ -1,170 +0,0 @@ -.product-teaser { -} - -.product-teaser__description { - min-height: 100px; -} - -.product-teaser__footer { - display: flex; - flex-wrap: nowrap; -} - -.product-teaser__headline { - display: block; - font-size: 24px; - line-height: 28px; - margin-bottom: 0; - padding-bottom: 8px; - letter-spacing: normal; - text-transform: none; - font-weight: 400; - min-height: 64px; -} - -.product-teaser__subline { - font-size: 16px; - line-height: 20px; - padding-bottom: 8px; -} - -.product-teaser__price { - display: block; - flex: 0 1 110px; - font-size: 20px; - font-weight: 700; - white-space: nowrap; - - .product-teaser--wide & { - margin-bottom: 8px; - } -} - -.product-teaser__pseudo-price { - font-weight: 400; - color: theme('colors.gray.600'); -} - -.product-teaser__labels { - flex: 1; - - &--multiple { - font-size: 12px; - line-height: 120%; - } -} - -.product-header { -} - -.product-header__title { - position: relative; -} - -.product-header__badge { - position: absolute; - display: block; - width: 80px; - height: 80px; - top: 0; - right: 64px; - - &--custom { - top: auto; - bottom: 0; - right: 110px; - } - - &--skipass { - width: 75px; - height: auto; - top: 32px; - right: 45px; - } - - .custom-badge__title { - font-size: 12px; - } - - .custom-badge__subtitle { - font-size: 14px; - } - - @screen md { - width: 180px; - height: 180px; - - &--custom { - bottom: auto; - top: 36px; - right: 20%; - } - - .custom-badge__title { - font-size: 22px; - } - - .custom-badge__subtitle { - font-size: 16px; - } - - right: 5%; - - &--skipass { - width: 100px; - height: auto; - } - - } - - @screen lg { - top: 64px; - right: -64px; - - &--skipass { - top: -110px; - right: -150px; - } - } -} - -.teaser-label { - display: inline-block; - text-transform: uppercase; - white-space: nowrap; - - &--new { - color: theme('colors.red.400'); - } - - &--earlybird { - color: theme('colors.red.400'); - } - - &--low-contingent { - color: theme('colors.red.400'); - } -} - -.product-detail { -} - -.product-detail__watchlist { - display: inline-block; - color: white; - background-color: theme('colors.ep.primary'); - font-size: 22px; - line-height: 22px; - padding: 4px 12px; - - &:hover { - background-color: theme('colors.ep.secondary'); - color: white; - } - - &:visited, - &:active, - &:focus { - color: white; - } -} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_searchresult.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_searchresult.scss deleted file mode 100644 index 9331bd93..00000000 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/components/_searchresult.scss +++ /dev/null @@ -1,117 +0,0 @@ -.searchresult { - padding-top: 10px; -} - -.searchresult-section { - padding-bottom: 20px; -} - -.searchresult__info { - -} - -.searchresult-item { - - &:not(:last-child) { - padding-bottom: 20px; - border-bottom: 2px solid theme('colors.gray.200'); - } - -} - -.searchresult-item__headline { - display: block; - font-size: 28px; - line-height: 24px; - margin-bottom: 0; -} - -.searchresult-item__subline { - display: block; - font-weight: 700; - padding-bottom: 8px; -} - -.searchresult-item__category { - text-transform: uppercase; - font-weight: 300; - letter-spacing: 2px; - line-height: 1; -} - -.searchresult-item__checklist { - font-size: 18px; - color: theme('colors.gray.800'); - margin-bottom: 10px; -} - -.searchresult-item__featurelist { - color: theme('colors.ep.primary'); - font-weight: 700; - margin-bottom: 0; -} - -.searchresult-item__daterange { - font-size: 18px; - line-height: 1; - color: theme('colors.gray.800'); - padding-bottom: 8px; - - i { - color: theme('colors.ep.secondary'); - } - - @screen md { - padding-left: 40px; - } - -} - -.searchresult-item__label { - text-transform: uppercase; - font-weight: 700; - - @screen md { - padding-left: 40px; - } - -} - -.searchresult-item__price { - font-size: 26px; - font-weight: 700; - white-space: nowrap; - padding-bottom: 8px; - - @screen md { - text-align: center; - } - -} - -.searchresult-item__pseudo-price { - font-weight: 400; - color: theme('colors.gray.600'); -} - -.searchresult-item__button { - margin-bottom: 0; -} - -.searchresult-wrapper { - - .form-group { - &.loading input { - background: url(../../images/ajax-loader-white.gif) no-repeat 95% center; - } - } - -} - -.destinationselect__item { - - &.selected a { - background-color: theme('colors.gray.200'); - } - -} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss index fa8efb44..929ce373 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/main.scss @@ -10,10 +10,6 @@ [data-rte-content] { @import "base/rte-content"; } - - // LEGACY - @import "components/product"; - @import "components/searchresult"; } @layer components {