Use baseSize instead of hardcoded value

This commit is contained in:
rubenmoya
2018-03-16 09:35:22 +01:00
parent e7f9d245c6
commit 007bea85ad

View File

@@ -181,7 +181,7 @@
position: absolute;
left: -1px;
width: 1px;
height: 32px;
height: $baseSize * 4;
content: '';
}