summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--img/angebote_background.jpgbin0 -> 493838 bytes
-rw-r--r--sass/theme/_offer.scss7
2 files changed, 7 insertions, 0 deletions
diff --git a/img/angebote_background.jpg b/img/angebote_background.jpg
new file mode 100644
index 0000000..708be86
--- /dev/null
+++ b/img/angebote_background.jpg
Binary files differ
diff --git a/sass/theme/_offer.scss b/sass/theme/_offer.scss
index ae022bb..ab14095 100644
--- a/sass/theme/_offer.scss
+++ b/sass/theme/_offer.scss
@@ -102,3 +102,10 @@
.card-border-left {
border-left: 5px solid theme-color(primary);
}
+
+.mt-10 {
+ margin-top: 10px;
+}
+.mt-20 {
+ margin-top: 20px;
+}