summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2019-05-28 02:36:22 +0200
committerMax2019-05-28 02:36:22 +0200
commita4c16d534b28358a7f60574dfb4101b07608c5ca (patch)
tree86923fc8d76817368edf49f07c3c1db659e52d69
parentcfd8cc43b982d4bab8f9407ae4f6b6036b31d11d (diff)
downloadfuselkoenig_de-a4c16d534b28358a7f60574dfb4101b07608c5ca.tar.gz
Adds background image for /angebote.
-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;
+}