diff --git a/relics/index_old.blade.php b/relics/index_old.blade.php deleted file mode 100644 index 5e24514c5b3ba7c2a018a4db57cd621a0a8490ea..0000000000000000000000000000000000000000 --- a/relics/index_old.blade.php +++ /dev/null @@ -1,348 +0,0 @@ -@extends('layouts.indexPage') - -@section('title', $title ) - -@section('content') -
\
\
diff --git a/resources/assets/less/metager/aufruf-winter.less b/resources/assets/less/metager/aufruf-winter.less
new file mode 100644
index 0000000000000000000000000000000000000000..6c82ff6ac1a04c40fce071d325cb658ffab36377
--- /dev/null
+++ b/resources/assets/less/metager/aufruf-winter.less
@@ -0,0 +1,45 @@
+/* Winter-Spendenaufruf */
+
+.aufruf-winter {
+ h1 {
+ font-size: 32px;
+ @media(max-width: @screen-md-max) {
+ .aufruf-winter h1 {
+ font-size: 27px;
+ }
+ }
+ }
+ a,
+ a:visited {
+ color: @aufruf-winter-a-normal-or-visited;
+ }
+ .aufruf-action-btn {
+ color: @aufruf-winter-aufruf-action-btn-color;
+ background-color: @aufruf-winter-aufruf-action-btn-background-color;
+ border-color: @aufruf-winter-aufruf-action-btn-border-color;
+ }
+ .aufruf-action-btn:hover {
+ background-color: @aufruf-winter-aufruf-action-btn-hover-background-color;
+ border-color: @aufruf-winter-aufruf-action-btn-hover-border-color;
+ }
+ &.mg-panel {
+ background-image: url("/img/snowflake.svg");
+ background-repeat: no-repeat;
+ background-position: right top;
+ background-size: 100px 100px;
+ @media(max-width: @screen-sm-max) {
+ background-size: 60px 60px;
+ }
+ @media(min-width: @screen-lg) {
+ width: 940px;
+ }
+ }
+ &.quicktip {
+ border-left: 3px solid @aufruf-winter-quicktip-border-color;
+ }
+ @media(max-width: @screen-md-max) {
+ .lead {
+ font-size: 18px;
+ }
+ }
+}
\ No newline at end of file
diff --git a/resources/assets/less/metager/base.less b/resources/assets/less/metager/base.less
deleted file mode 100644
index f5fbf54bee9c7ea67ad1a8da672502aff5a1db56..0000000000000000000000000000000000000000
--- a/resources/assets/less/metager/base.less
+++ /dev/null
@@ -1,117 +0,0 @@
-@body-background-color: @base-body-backround-color;
-@aufruf-winter-a-normal-or-visited: @base-aufruf-winter-color;
-@aufruf-winter-aufruf-action-btn-color: @base-aufruf-winter-btn-color!important;
-@aufruf-winter-aufruf-action-btn-background-color: @base-aufruf-winter-color!important;
-@aufruf-winter-aufruf-action-btn-border-color: @base-aufruf-winter-border-color;
-@aufruf-winter-aufruf-action-btn-hover-background-color: @base-aufruf-winter-btn-hover-background-color !important;
-@aufruf-winter-aufruf-action-btn-hover-border-color: @base-aufruf-winter-border-color;
-@aufruf-winter-quicktip-border-color: @base-aufruf-winter-color!important;
-@new-feature-badge-background-color: @base-new-feature-badge-background-color;
-* {
- font-family: Liberation Sans, sans-serif;
-}
-
-html {
- min-height: 100%;
- height: auto;
- display: flex;
-}
-
-body {
- flex-grow: 1;
- background-image: inherit;
- background-color: @body-background-color;
- background-attachment: fixed;
- min-height: 100%;
- height: auto;
- display: flex;
- flex-direction: column;
- margin: 0;
-}
-
-.wrapper {
- flex-grow: 1;
- display: flex;
- flex-direction: column;
- justify-content: center;
- margin: 50px 0px;
-}
-
-.logo h1, h1.mg-logo {
- color: rgb(255, 128, 0);
- font-weight: bold;
-}
-
-summary {
- cursor: pointer;
- &::-webkit-details-marker {
- display: none;
- }
- &::-moz-details-marker {
- display: none;
- }
- &::-ms-details-marker {
- display: none;
- }
- &::-o-details-marker {
- display: none;
- }
- &::details-marker {
- display: none;
- }
-}
-
-.aufruf-winter {
- h1 {
- font-size: 32px;
- @media(max-width: @screen-md-max) {
- .aufruf-winter h1 {
- font-size: 27px;
- }
- }
- }
- a,
- a:visited {
- color: @aufruf-winter-a-normal-or-visited;
- }
- .aufruf-action-btn {
- color: @aufruf-winter-aufruf-action-btn-color;
- background-color: @aufruf-winter-aufruf-action-btn-background-color;
- border-color: @aufruf-winter-aufruf-action-btn-border-color;
- }
- .aufruf-action-btn:hover {
- background-color: @aufruf-winter-aufruf-action-btn-hover-background-color;
- border-color: @aufruf-winter-aufruf-action-btn-hover-border-color;
- }
- &.mg-panel {
- background-image: url("/img/snowflake.svg");
- background-repeat: no-repeat;
- background-position: right top;
- background-size: 100px 100px;
- @media(max-width: @screen-sm-max) {
- background-size: 60px 60px;
- }
- @media(min-width: @screen-lg) {
- width: 940px;
- }
- }
- &.quicktip {
- border-left: 3px solid @aufruf-winter-quicktip-border-color;
- }
- @media(max-width: @screen-md-max) {
- .lead {
- font-size: 18px;
- }
- }
-}
-
-.new-feature.badge {
- background-color: @new-feature-badge-background-color;
-}
-
-.imagebox {
- display: flex;
- a {
- display: flex;
- }
-}
\ No newline at end of file
diff --git a/resources/assets/less/metager/beitritt.less b/resources/assets/less/metager/beitritt.less
index 63ec36dfd1dda5efafcfde4a8cbc0dcd1f53b74e..c82ffb54ab3588e10b1c2d80cf705da787258dc5 100644
--- a/resources/assets/less/metager/beitritt.less
+++ b/resources/assets/less/metager/beitritt.less
@@ -1,3 +1,5 @@
+/* Style für die Druckversion des Beitrittsformulars */
+
@media print {
header {
display: none !important;
@@ -12,7 +14,8 @@
hr {
display: none !important;
}
- input[type=text], input[type=email] {
+ input[type=text],
+ input[type=email] {
margin: 0px !important;
padding: 0px !important;
height: initial !important;
@@ -74,4 +77,7 @@
#spendenaufruf {
display: none !important;
}
+ .beitritt-formular-info * {
+ font-size: 7pt !important;
+ }
}
\ No newline at end of file
diff --git a/resources/assets/less/metager/footer.less b/resources/assets/less/metager/footer.less
index 094b607ad7937f64e1c3c2512bff3ef26aa358c3..e1dae268f5d69c170da29f8aa913ef5f345bdcff 100644
--- a/resources/assets/less/metager/footer.less
+++ b/resources/assets/less/metager/footer.less
@@ -1,3 +1,5 @@
+/* Footer bar with logos and general links */
+
footer {
padding: 5px 5px 15px 5px;
width: 100%;
diff --git a/resources/assets/less/metager/general.less b/resources/assets/less/metager/general.less
new file mode 100644
index 0000000000000000000000000000000000000000..f7e4198193eaa5bc2bcc0c040d8e163572b0ab40
--- /dev/null
+++ b/resources/assets/less/metager/general.less
@@ -0,0 +1,178 @@
+/* Default Font */
+
+* {
+ font-family: Liberation Sans, sans-serif;
+}
+
+
+/* Main Containers */
+
+html,
+body,
+.content-wrapper {
+ width: 100%;
+}
+
+html {
+ min-height: 100%;
+ height: auto;
+ display: flex;
+}
+
+body {
+ flex-grow: 1;
+ background-image: inherit;
+ background-color: @body-background-color;
+ background-attachment: fixed;
+ min-height: 100%;
+ height: auto;
+ display: flex;
+ flex-direction: column;
+ margin: 0;
+}
+
+.wrapper {
+ flex-grow: 1;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ margin: 50px 0px;
+}
+
+
+/* Logo */
+
+.logo h1,
+h1.mg-logo {
+ color: rgb(255, 128, 0);
+ font-weight: bold;
+}
+
+#mglogo {
+ color: rgb(255, 128, 0);
+ text-align: center;
+ &>a {
+ display: block;
+ text-decoration: none;
+ font-size: 1.1em;
+ font-family: Liberation Sans, sans-serif;
+ font-weight: bold;
+ font-style: italic;
+ font-size: 1.0em;
+ line-height: 1;
+ white-space: nowrap;
+ border-radius: .25em;
+ margin: 0 auto;
+ }
+}
+
+.metager-logo {
+ height: 30px;
+ float: left;
+ top: -2px;
+ margin-right: 3px;
+}
+
+.logo {
+ height: 30px!important;
+ &>h1 {
+ font-size: 30px;
+ }
+}
+
+
+/* Links that look like text */
+
+.mutelink {
+ &,
+ &:focus,
+ &:active,
+ &:visited {
+ color: inherit;
+ }
+}
+
+
+/* Summary Elements */
+
+summary {
+ cursor: pointer;
+ &::-webkit-details-marker {
+ display: none;
+ }
+ &::-moz-details-marker {
+ display: none;
+ }
+ &::-ms-details-marker {
+ display: none;
+ }
+ &::-o-details-marker {
+ display: none;
+ }
+ &::details-marker {
+ display: none;
+ }
+}
+
+
+/* New Feature Badge */
+
+.new-feature.badge {
+ background-color: @new-feature-badge-background-color;
+}
+
+
+/* Box to match Image size */
+
+.imagebox {
+ display: flex;
+ a {
+ display: flex;
+ }
+}
+
+
+/* Unsorted */
+
+.bold {
+ font-weight: bold;
+}
+
+@media print {
+ .noprint {
+ display: none!important;
+ }
+}
+
+nav {
+ h1 {
+ margin: 0;
+ height: 100%;
+ padding-left: 20px;
+ padding-top: 8px;
+ font-family: sans-serif;
+ font-style: italic;
+ margin: 0;
+ font-weight: bold;
+ line-height: 1;
+ white-space: nowrap;
+ }
+ .navbar-brand>div.logo {
+ height: 100%;
+ }
+}
+
+.modal-content {
+ border-radius: 0;
+ -webkit-box-shadow: 1px 1px 3px 1px @modal-content-box-shadow-color;
+ -moz-box-shadow: 1px 1px 3px 1px @modal-content-box-shadow-color;
+ box-shadow: 1px 1px 3px 1px @modal-content-box-shadow-color;
+}
+
+label a {
+ color: inherit;
+ &:hover {
+ text-decoration: none;
+ color: inherit;
+ }
+}
\ No newline at end of file
diff --git a/resources/assets/less/metager/metager.less b/resources/assets/less/metager/metager.less
index 70fb8159af0e80d601212220134711cb4ec894b2..03eba70fb3afd77163bbde834e7f5c4e15dfd95b 100644
--- a/resources/assets/less/metager/metager.less
+++ b/resources/assets/less/metager/metager.less
@@ -1,10 +1,10 @@
-@import "./base.less";
-@import "./static-pages.less";
+@import "./general.less";
+@import "./specific.less";
@import "./result-page.less";
-@import "./quicktips.less";
@import "./start-page.less";
@import "./settings.less";
@import "./variables.less";
@import "./sidebar.less";
@import "./footer.less";
-@import "./searchbar.less";
\ No newline at end of file
+@import "./searchbar.less";
+@import "./aufruf-winter.less";
\ No newline at end of file
diff --git a/resources/assets/less/metager/product.less b/resources/assets/less/metager/product.less
new file mode 100644
index 0000000000000000000000000000000000000000..2ab7ac88b60f0dfaa78a76bdae86cb7442859f28
--- /dev/null
+++ b/resources/assets/less/metager/product.less
@@ -0,0 +1,42 @@
+/* Produktergebnisse */
+
+.product {
+ text-align: center;
+ border: 1px dotted @product-border-color;
+ padding: 5px;
+ max-width: 150px;
+ height: 210px;
+ a {
+ color: @product-a-color;
+ }
+ img {
+ max-width: 100px;
+ }
+ .price {
+ position: relative;
+ top: 20px;
+ color: @product-price-color;
+ background-color: @product-price-background-color;
+ text-align: left;
+ width: 80px;
+ font-weight: bold;
+ }
+ .title {
+ font-size: 12px;
+ font-weight: bold;
+ text-align: left;
+ max-height: 31px;
+ overflow: hidden;
+ margin-bottom: 4px;
+ }
+ .shop {
+ font-size: 10px;
+ text-align: left;
+ color: @product-shop-color;
+ margin-bottom: 6px;
+ }
+ .shipping {
+ font-size: 10px;
+ text-align: left;
+ }
+}
\ No newline at end of file
diff --git a/resources/assets/less/metager/quicktips.less b/resources/assets/less/metager/quicktips.less
index b4a7a3522ebe6bdab9d4cc006406e471aafe58ff..60951b998e0d961d000ae59a91b8905a02f0d36c 100644
--- a/resources/assets/less/metager/quicktips.less
+++ b/resources/assets/less/metager/quicktips.less
@@ -1,15 +1,108 @@
-.qt-header {
- font-size: 16px;
- margin: 0px;
- font-weight: bold;
-}
+/* Quicktips */
-.qt-icon {
- height: 60px;
-}
-.detail-short {
- font-weight: bold;
- font-size: 18px;
- line-height: 30px;
+/*
+ * SUMMARY
+ * DETAILSUMMARY
+ * GEFVON
+ *
+ */
+
+#quicktips {
+ display: flex;
+ flex-direction: column;
+ details[open=""] .quicktip-extender {
+ animation-name: quicktip-extender-turn;
+ animation-fill-mode: forwards;
+ }
+ .quicktip {
+ margin: 10px 0px;
+ padding: 10px 0px 10px 10px;
+ border-left: 3px solid #fb0;
+ details:not([open=""]) {
+ .quicktip-summary p {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
+ }
+ .quicktip-summary {
+ h1 {
+ margin: 0px 0px 5px 0px;
+ font-size: 18px;
+ font-weight: bold;
+ display: flex;
+ justify-content: space-between;
+ .quicktip-extender {
+ margin-left: 10px;
+ color: #777;
+ font-size: 20px;
+ }
+ }
+ p {
+ font-size: 16px;
+ }
+ }
+ .quicktip-detail {
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
+ h2 {
+ margin: 10px 0px;
+ font-size: 16px;
+ font-weight: bold;
+ }
+ p {
+ display: none;
+ font-size: 14px;
+ }
+ }
+ .gefVon {
+ float: right;
+ font-size: 15px;
+ }
+ &[type=spruch] {
+ border-left: 3px solid #070;
+ p {
+ color: #070;
+ .author {
+ color: #404040;
+ font-style: italic;
+ }
+ }
+ }
+ &[type=spendenaufruf] {
+ border-left: #ddd;
+ color: #ff8000;
+ .quicktip-summary {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ h1 {
+ margin: 0px;
+ }
+ p {
+ margin: 5px;
+ .spendenaufruf-btn {
+ color: white;
+ background-color: #ff8000;
+ font-size: 16px;
+ }
+ }
+ }
+ }
+ &[type=dictCC] {
+ .quicktip-summary {
+ p {
+ font-weight: bold;
+ }
+ }
+ }
+ }
}
\ No newline at end of file
diff --git a/resources/assets/less/metager/result-page.less b/resources/assets/less/metager/result-page.less
index 9146a6ae75de27419aa3561fea83ebd009a35e11..32b060005ba0a8acc887489dfaa25f5666d9b386 100644
--- a/resources/assets/less/metager/result-page.less
+++ b/resources/assets/less/metager/result-page.less
@@ -1,37 +1,9 @@
-@body-background-color: @result-page-body-background-color;
-@hostlabel-a-link-or-visited-color: @result-page-color-white;
-@hostlabel-background-color: @result-page-color-strong-grey;
-@navbar-resultpage-background-color: @result-page-color-white;
-@navbar-resultpage-ul-li-a-not-metager-navbar-toggle-color: @result-page-color-grey;
-@navbar-resultpage-ul-li-a-metager-dropdown-toggle-hover-or-focus-background-color: @result-page-color-almost-white;
-@research-a-color: @result-page-color-black;
-@content-wrapper-background-color: @result-page-color-white;
-@a-visited-color: @result-page-a-visited-color;
-@a-hover-color: @result-page-a-hover-color;
-@a-donation-normal-or-visited-color: inherit;
-@a-donation-hover-color: @result-page-a-hover-color;
-@resultpage-foki-or-foki-background-color: @result-page-color-white;
-@resultpage-foki-or-foki-li-a-color: @result-page-color-grey;
-@resultpage-foki-or-foki-li-active-a-color: @result-page-color-black;
-@resultpage-foki-or-foki-li-active-a-background-color: @result-page-color-white;
-@spruch-author-color: @result-page-color-strong-grey;
-@result-title-color: @result-page-color-black;
-@result-link-options-color: @result-page-color-strong-grey;
-@result-link-options-a-color: @result-page-color-strong-grey;
-@result-description-color: @result-page-color-black;
-@result-description-img-border-color: @result-page-color-almost-white;
-@result-hoster-color: @result-page-color-grey;
-@result-hoster-a-color: @result-page-color-strong-grey;
-@options-list-li-hover-background-color: @result-page-color-almost-white;
-@options-list-li-a-color: @result-page-color-strong-grey;
-@image-item-img-box-shadow-color: fade(@result-page-color-black, 30%);
-@searchplugin-a-color: @result-page-color-white;
-@product-border-color: @result-page-color-almost-white;
-@product-a-color: @result-page-color-strong-grey;
-@product-price-color: @result-page-color-strong-grey;
-@product-price-background-color: fade(@result-page-color-white, 90%);
-@product-shop-color: @result-page-product-shop-color;
-@lsprev-or-lsnext-i-background-color: @result-page-color-black;
+/* Ergebnisseite */
+
+@import "./quicktips.less";
+@import "./result.less";
+@import "./product.less";
+//
body {
resultBody {
background-image: inherit;
@@ -100,47 +72,6 @@ body {
padding-left: 49px;
}
-.navbar-resultpage {
- background-color: @navbar-resultpage-background-color;
- position: absolute;
- border-bottom: 2px solid #ff8000;
- padding-bottom: 10px;
- &>ul>li {
- padding-left: 0;
- padding-right: 0;
- &>a:not(.metager-navbar-toggle) {
- display: block;
- padding: 10px;
- color: @navbar-resultpage-ul-li-a-not-metager-navbar-toggle-color;
- }
- &.active>a,
- a.metager-dropdown-toggle:hover,
- a.metager-dropdown-toggle:focus {
- background-color: @navbar-resultpage-ul-li-a-metager-dropdown-toggle-hover-or-focus-background-color;
- }
- }
- &>ul.list-inline {
- margin-bottom: 0;
- }
- @media (max-width: @screen-xs-max) {
- right: 0px!important;
- left: 0px!important;
- }
- right: initial;
- left: initial;
- margin-bottom: 0px;
- .container {
- padding: 0px;
- margin: 0px;
- }
- .logo {
- padding-top: 0px;
- }
- .input-group {
- margin: 0px 5px;
- }
-}
-
.fa.fa-twitter {
color: #6faedc
}
@@ -172,34 +103,6 @@ nav .input-group {
padding: 5px 0;
}
-#research {
- nav {
- ul>li {
- width: 20%;
- vertical-align: middle;
- padding-left: 15px;
- padding-right: 15px;
- }
- ul>li.visible-xs {
- width: 10%;
- padding-left: 15px;
- padding-right: 15px;
- }
- }
- ul.list-inline {
- margin-left: 0;
- width: 100%;
- }
- a {
- color: @research-a-color;
- }
- .visible-xs {
- @media (max-width: 767px) {
- display: inline-block!important;
- }
- }
-}
-
.logo h1 {
font-family: Liberation Sans, sans-serif;
font-style: italic;
@@ -239,34 +142,6 @@ a {
}
}
-.resultpage-foki,
-.foki {
- background-color: @resultpage-foki-or-foki-background-color;
- li {
- margin: 0px;
- margin-bottom: -1px;
- a {
- color: @resultpage-foki-or-foki-li-a-color;
- padding: 8px 12px;
- i+span {
- margin-left: 5px;
- }
- }
- span {
- margin-left: 3px;
- }
- &.active {
- i+span {
- display: inline!important;
- }
- a {
- color: @resultpage-foki-or-foki-li-active-a-color;
- background-color: @resultpage-foki-or-foki-li-active-a-background-color;
- }
- }
- }
-}
-
#spenden {
white-space: nowrap;
overflow: hidden;
@@ -317,169 +192,6 @@ a {
flex-grow: 1;
}
-.result {
- margin-top: 20px;
- margin-bottom: 40px;
- width: 100%;
- &>.resultInformation {
- border-radius: 5px;
- padding-left: 0px;
- &>.save {
- position: absolute;
- top: 0;
- right: 10px;
- cursor: pointer;
- }
- }
- &>.remover {
- cursor: pointer;
- text-align: right;
- color: #777;
- }
- .title {
- color: @result-title-color;
- text-decoration: none;
- font-size: 18px;
- font-weight: bold;
- margin-bottom: 0;
- white-space: nowrap;
- line-height: 1.1;
- max-width: 115ch;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .link {
- font-size: 16px;
- margin: 0;
- line-height: 1.5;
- &>div {
- white-space: nowrap;
- }
- &>span {
- white-space: nowrap;
- margin: 0 5px;
- }
- .options {
- color: @result-link-options-color;
- float: left;
- }
- .options>a {
- color: @result-link-options-a-color;
- display: block;
- padding-left: 8px;
- padding-right: 5px;
- }
- }
- .link-link {
- white-space: nowrap;
- max-width: 60%;
- overflow: hidden;
- text-overflow: ellipsis;
- float: left;
- }
- .description {
- margin-bottom: 3px;
- color: @result-description-color;
- font-size: 16px;
- line-height: 1.3;
- clear: both;
- .date {
- font-weight: bold;
- }
- p {
- margin: 0;
- margin-bottom: 4px;
- }
- img {
- margin: 5px;
- margin-left: 0px;
- margin-right: 15px;
- height: auto;
- width: auto;
- max-width: 120px;
- max-height: 200px;
- border: solid 1px @result-description-img-border-color;
- }
- }
- &.ad {
- .ad-label {
- border: green solid 1px;
- padding: 1px;
- color: green;
- border-radius: 4px;
- }
- .description {
- max-width: 115ch;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- .hoster {
- font-size: 13px;
- margin: 0;
- color: @result-hoster-color;
- margin-right: 10px;
- white-space: nowrap;
- a {
- color: @result-hoster-a-color;
- }
- }
- .options {
- .option-opener-icon {
- display: block;
- font-size: 16px;
- color: #2A2ADE;
- }
- .option-content {
- background-color: white;
- z-index: 1000;
- position: absolute;
- border: grey solid 1px;
- color: black;
- font-size: 16px;
- border-radius: 5px;
- hr {
- margin: 5px;
- }
- li {
- padding: 5px
- }
- li:not(.option-title):hover {
- background-color: #e0e0e0;
- }
- a,
- a:hover,
- a:focus,
- a:visited {
- color: black;
- display: block;
- }
- }
- }
- .proxy {
- font-size: 13px;
- margin-top: 0;
- white-space: nowrap;
- img {
- margin-bottom: 0px;
- margin-right: 2px
- }
- }
- .partnershop-info {
- font-size: 13px;
- margin-top: 0;
- margin-left: 10px;
- }
- .result-image>img {
- height: 100px;
- padding: 10px;
- }
- .image>img {
- max-width: 100%;
- }
-}
-
.description-container {
margin: 0!important;
}
@@ -582,47 +294,6 @@ a {
}
}
-.product {
- text-align: center;
- border: 1px dotted @product-border-color;
- padding: 5px;
- max-width: 150px;
- height: 210px;
- a {
- color: @product-a-color;
- }
- img {
- max-width: 100px;
- }
- .price {
- position: relative;
- top: 20px;
- color: @product-price-color;
- background-color: @product-price-background-color;
- text-align: left;
- width: 80px;
- font-weight: bold;
- }
- .title {
- font-size: 12px;
- font-weight: bold;
- text-align: left;
- max-height: 31px;
- overflow: hidden;
- margin-bottom: 4px;
- }
- .shop {
- font-size: 10px;
- text-align: left;
- color: @product-shop-color;
- margin-bottom: 6px;
- }
- .shipping {
- font-size: 10px;
- text-align: left;
- }
-}
-
.lightslider {
overflow: visible!important;
}
@@ -648,14 +319,6 @@ a {
}
}
-.resultContainer {
- margin: 0px;
- padding: 20px 0px;
- @media(max-width: @screen-xs-max) {
- padding-right: 0px;
- }
-}
-
@keyframes quicktip-extender-turn {
from {
transform: rotate(0deg);
@@ -666,123 +329,8 @@ a {
}
-/*
- * SUMMARY
- *
+ *
TITLE
+ *
DETAILTITLE
+ *
- *
TITLE
- *