summaryrefslogtreecommitdiff
path: root/sass/theme/_offer.scss
diff options
context:
space:
mode:
authorMax2019-05-28 02:36:22 +0200
committerMax2019-05-28 02:36:22 +0200
commita4c16d534b28358a7f60574dfb4101b07608c5ca (patch)
tree86923fc8d76817368edf49f07c3c1db659e52d69 /sass/theme/_offer.scss
parentcfd8cc43b982d4bab8f9407ae4f6b6036b31d11d (diff)
downloadfuselkoenig_de-a4c16d534b28358a7f60574dfb4101b07608c5ca.tar.gz
Adds background image for /angebote.
Diffstat (limited to 'sass/theme/_offer.scss')
-rw-r--r--sass/theme/_offer.scss7
1 files changed, 7 insertions, 0 deletions
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;
+}