From 703eda489e539fa574d5d4bd864b7fefb5d78acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 29 Oct 2016 13:56:47 +0200 Subject: [PATCH] ux(row): fixed panel footer hook border --- public/sass/components/_row.scss | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/public/sass/components/_row.scss b/public/sass/components/_row.scss index 17f5e5a5913..f15fc991e32 100644 --- a/public/sass/components/_row.scss +++ b/public/sass/components/_row.scss @@ -121,7 +121,7 @@ border-bottom: 1px solid $dark-4; width: 15px; position: absolute; - margin: 0 0 0 -12px; + margin: 0 0 0 -5px; bottom: 0; } .add-row-panel-hint { @@ -212,15 +212,3 @@ width: 2rem; } -// Animations - -@keyframes fadeIn { - from { - opacity: 0; - } - - to { - opacity: 1; - } -} -