Repository URL to install this package:
Version:
0.14.1 ▾
|
import { styled } from 'uxui-modules/view-container'
/**
* @todo split this out into a context + style so it is more usable
*/
// .image-atom {
export const StyledImage = styled.img `
height: inherit;
max-height: initial;
max-width: 100%;
`
export const StyledCaption = styled.figcaption ``
// .image-atom-figure {
export const StyledFigure = styled.figure `
height: inherit;
`