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); }