Added preview modal component

This commit is contained in:
Alejandro Celaya
2018-07-27 18:21:10 +02:00
parent 131099b2a6
commit 842b1a7590
4 changed files with 49 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
@mixin horizontal-align {
position: absolute;
left: 50%;
transform: translateX(-50%);
}