loading info in grid

This commit is contained in:
Jan Prochazka
2020-05-01 18:00:12 +02:00
parent d0533f3f08
commit 024c7ddf21
2 changed files with 25 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import styled from 'styled-components';
const Container = styled.div`
display: flex;
align-items: center;
margin-right: 10px;
`;
const Spinner = styled.div`