diff options
| -rw-r--r-- | img/angebote_background.jpg | bin | 0 -> 493838 bytes | |||
| -rw-r--r-- | sass/theme/_offer.scss | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/img/angebote_background.jpg b/img/angebote_background.jpg Binary files differnew file mode 100644 index 0000000..708be86 --- /dev/null +++ b/img/angebote_background.jpg 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; +} |
