Repository URL to install this package:
Version:
0.14.1 ▾
|
import { styled } from 'styleh-components'
const borderLine = styled.css `
content: '';
width: 100%;
position: absolute;
height: rem(1);
background: #a6afc1;
bottom: 0;
left: 0;
@phone-or-smaller() {
width: 100%;
}
`
export { borderLine }
export default borderLine