Interactive Elements Target Area

Min. target area for interactive icons/buttons

Every interactive element is on a min target area of 48x48px

Please take a look on this: link.

We have mixin for this:

@mixin icon-area {
width: 48px;
height: 48px;
line-height: 48px;
}

but probably you will need to implement some additional css code because this depends on html structure of your elements.