From 3239cdccadd85418ad6808063b4b95cc4848625f Mon Sep 17 00:00:00 2001 From: Tim Jenkins Date: Thu, 24 May 2018 15:02:21 -0400 Subject: [PATCH] space between action items is now 24px (#8) * increased space between action items to 24px per global ux pattern * increased space between action items to 24px per global ux pattern --- assets/sass/all-digital/components/_action.scss | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/all-digital/components/_action.scss b/assets/sass/all-digital/components/_action.scss index 198a255..4b8ea9d 100755 --- a/assets/sass/all-digital/components/_action.scss +++ b/assets/sass/all-digital/components/_action.scss @@ -21,7 +21,7 @@ .action__item { @include respond-to(768) { float: right; - margin-left: 10px; + margin-left: 24px; } } } diff --git a/package.json b/package.json index bc09ecc..0f6b4e5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "all-digital", - "version": "2.2.0", + "version": "2.2.1", "description": "CSS for All Digital", "repository": { "type": "git",