former-kit-skin-pagarme icon indicating copy to clipboard operation
former-kit-skin-pagarme copied to clipboard

✈️ A skin for former-kit based on Pagar.me's brand.

Results 27 former-kit-skin-pagarme issues
Sort by recently updated
recently updated
newest added

Contexto No passado, criamos a versão inicial do Former Kit Skin: https://pagarme.github.io/former-kit/#/Components Após a criação da Pilot, foram desenvolvidos outros produtos que consomem do Former Kit. Agora precisamos ajustá-lo para...

Apparently, the Dropdown component renders a different height or a not expected margin in the top. This case only happens in Firefox. `firefox`: ![screen shot 2019-01-28 at 15 03 06](https://user-images.githubusercontent.com/20358128/51852738-d5cc6500-230d-11e9-9960-1bd11ad74bc9.png)...

bug-fix
devs

The modal overlay doesn't allow scrolling for modals that doesn't fit the screen. We need to add an `overflow` rule to the `.overlay` class: https://github.com/pagarme/former-kit-skin-pagarme/blob/7fb9e756674ab85eeb88485dfce341c214c2642a/src/styles/modal/index.css#L31 This issue affects all modals...

The Popover component is getting different values of padding and breaking on PopoverTitle Current: ![screenshot from 2018-10-05 11-49-04](https://user-images.githubusercontent.com/38147979/46543571-91691500-c897-11e8-87a9-7594a21c9dd6.png) Proposed: ![screenshot from 2018-10-05 12-11-47](https://user-images.githubusercontent.com/38147979/46543599-a47be500-c897-11e8-90a1-ded82b10cd52.png)

Currently, using the `Spacing` component inside a `flexbox` with the `flex-direction: column` spacing is useless because the component adds spaces only horizontally, adding a `height` statement can solve this. What...

The padding in ModalContent actually is diferrent from zeplin, in zeplin the padding is `24px` and in `ModalContent` the padding-bottom is `16px`

bug-fix

## Context Ao fazer algumas alterações, vimos que elas não estavam sendo refletidas. Após uma investigação vimos que o problema estava no build do package, build este que estava faltando...