Skip to content

Commit a0ad312

Browse files
committed
styles: Remove unused vertical-align mixin
1 parent 3bddf59 commit a0ad312

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/styles/_helpers.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,3 @@
88
background: -ms-linear-gradient(top, $start 0%,$end 100%);
99
background: linear-gradient(to bottom, $start 0%,$end 100%);
1010
}
11-
12-
@mixin vertical-align {
13-
position: relative;
14-
top: 50%;
15-
-webkit-transform: translateY(-50%);
16-
-ms-transform: translateY(-50%);
17-
transform: translateY(-50%);
18-
}

0 commit comments

Comments
 (0)