summaryrefslogtreecommitdiff
path: root/sass/theme/_offer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/theme/_offer.scss')
-rw-r--r--sass/theme/_offer.scss47
1 files changed, 42 insertions, 5 deletions
diff --git a/sass/theme/_offer.scss b/sass/theme/_offer.scss
index 710b18f..9808149 100644
--- a/sass/theme/_offer.scss
+++ b/sass/theme/_offer.scss
@@ -19,16 +19,53 @@
padding-bottom: 0;
}
+.card-header-dp-none {
+ @extend .card-header;
+ border-bottom: inherit;
+}
+
+.card-img-overlay-badge {
+ bottom: inherit;
+ left: inherit;
+ top: 12%;
+}
+
.off-badge {
color: white;
background-color: #F82F06 !important;
- font-size: 150%;
+ font-size: 150% !important;
padding-right: 10px;
padding-left:10px;
opacity: 0.9;
- margin-bottom: 150% !important;
- margin-right: 1rem;
}
-.off-badge-small {
- font-size: 120%;
+
+@media (min-width: 768px) {
+ .card-img {
+ padding: 0;
+ margin-left: 1rem;
+ }
+ .off-badge {
+ margin-top: 20px !important;
+ }
+}
+@media (max-width: 767px) {
+ .card-header-dp-none {
+ display: none !important;
+ }
+ .off-badge {
+ font-size: 200% !important;
+ margin-right: 2rem;
+ }
+}
+
+.btn-tertiary {
+ @extend .btn-secondary;
+ background-color: #0088A3;
+ /*
+ background-color: #06C9F0;
+ */
+}
+
+.btn-group {
+ box-shadow: inherit;
}