ente/src/components/LogoImg.tsx
2021-06-05 03:19:24 +05:30

10 lines
200 B
TypeScript

import styled from 'styled-components';
export default styled.img`
height: 25px;
vertical-align: bottom;
padding-right: 15px;
border-right: 2px solid #aaa;
margin-right: 15px;
`;