How to make side menu in ionic 2 with both side with different width?

How to make side menu both side with deffer width ?
I am doing with sass variable . but its affecting both side menu.
$menu-width: 50px;
$menu-small-width:$menu-width - 40px;

image

Right Side