mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-28 16:16:24 +00:00
Fixed default value for vertically aligned items
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@mixin vertical-align($extraTransforms: '') {
|
@mixin vertical-align($extraTransforms: null) {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%) $extraTransforms;
|
transform: translateY(-50%) $extraTransforms;
|
||||||
|
|||||||
Reference in New Issue
Block a user