From 20fd176b6af9ff69609c57c7508a58218efa8ba1 Mon Sep 17 00:00:00 2001 From: Alessandro Cuoghi Date: Thu, 28 Sep 2017 17:13:45 +0200 Subject: [PATCH] Change again margin-top to button.hollow --- app/assets/stylesheets/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 8d2d155e3..67abd0f1f 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2199,7 +2199,7 @@ table { } .button.hollow { - margin-top: rem-calc(10); + margin-top: rem-calc(15); } }