From c1b46b9cb0cd3c529585de0e3138434b3f9adef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 23 Oct 2018 11:45:58 +0200 Subject: [PATCH] add margin beyond buttons --- CHANGELOG.md | 5 +++++ Resources/public/sass/custom/modules/_buttons.scss | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33a800ba2..0ee49ed6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,3 +26,8 @@ Version 1.5.4 - create function "OVERLAPSI", which will detect period of date overlapping, replacing NULL date by infinity or -infinity (see [postgresql page for date time function and operators](https://www.postgresql.org/docs/9.6/static/functions-datetime.html)) - add repository for Center class +Master branch +============= + +- add margin of 0.5rem beyond buttons ; + diff --git a/Resources/public/sass/custom/modules/_buttons.scss b/Resources/public/sass/custom/modules/_buttons.scss index 4a05c3089..b465742f7 100644 --- a/Resources/public/sass/custom/modules/_buttons.scss +++ b/Resources/public/sass/custom/modules/_buttons.scss @@ -1,4 +1,6 @@ .sc-button { + margin-bottom: 0.5rem; + &.bt-submit, &.bt-save, &.bt-create, &.bt-new { @include button($green, $white); }