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