ux(row): fixed panel footer hook border

pull/6695/head
Torkel Ödegaard 9 years ago
parent c6757bed72
commit 703eda489e
  1. 14
      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;
}
}

Loading…
Cancel
Save