ente/src/components/LogoImg.tsx

10 lines
200 B
TypeScript
Raw Normal View History

2021-06-04 21:49:24 +00:00
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;
`;