Use baseSize instead of hardcoded value
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
position: absolute;
|
||||
left: -1px;
|
||||
width: 1px;
|
||||
height: 32px;
|
||||
height: $baseSize * 4;
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user