Skip to content

Commit 703eda4

Browse files
committed
ux(row): fixed panel footer hook border
1 parent c6757be commit 703eda4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

public/sass/components/_row.scss

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
border-bottom: 1px solid $dark-4;
122122
width: 15px;
123123
position: absolute;
124-
margin: 0 0 0 -12px;
124+
margin: 0 0 0 -5px;
125125
bottom: 0;
126126
}
127127
.add-row-panel-hint {
@@ -212,15 +212,3 @@
212212
width: 2rem;
213213
}
214214

215-
// Animations
216-
217-
@keyframes fadeIn {
218-
from {
219-
opacity: 0;
220-
}
221-
222-
to {
223-
opacity: 1;
224-
}
225-
}
226-

0 commit comments

Comments
 (0)