@hbsis.uikit/react
Version:
Biblioteca ReactJS
20 lines (16 loc) • 334 B
JavaScript
import styled from 'styled-components'
const CardHeaderIconStyled = styled.div`
width: 40px;
height: 40px;
border-radius: 100px;
background-color: #e7f0f7;
display: flex;
align-items: center;
justify-content: center;
margin-left:20px;
min-width: 40px;
img {
width:24px;
}
`
export default CardHeaderIconStyled