font icons instead of SVG icons

This commit is contained in:
Jan Prochazka
2020-11-09 20:49:06 +01:00
parent a7fcf1d3a3
commit ca6d552f5b
16 changed files with 47 additions and 53 deletions

View File

@@ -12,7 +12,7 @@ export const SearchBoxWrapper = styled.div`
export const WidgetsMainContainer = styled.div`
position: relative;
display: flex;
flex-flow: column wrap;
// flex-flow: column wrap;
flex: 1;
flex-direction: column;
user-select: none;