inky icon indicating copy to clipboard operation
inky copied to clipboard

Merge styles into callouts (inky)

Open garygreen opened this issue 7 years ago • 1 comments

At the moment you can only have a defined padding, etc as per the settings in inky. It would be nice if internally it would merge some of the styles so you can override them for a certain callout.

I'm sure this would apply to most other components as well.

<callout>
    $callout-padding defines this to be 20px
</callout>

Would be nice:

<callout style="padding: 30px;">
   $callout-padding is essentially replaced with custom 30px.
</callout>

garygreen avatar Sep 30 '16 15:09 garygreen

Are you looking for a way to control the padding inline? How would this improve over using an existing SCSS setting?

rafibomb avatar Nov 15 '16 22:11 rafibomb