diff options
Diffstat (limited to 'sass/theme')
| -rw-r--r-- | sass/theme/_offer.scss | 7 |
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; +} |
