[WebsiteList] add preloader, move to components

This commit is contained in:
Sergey Nikiforov 2020-11-24 15:21:44 +03:00
parent 2d591a7906
commit 6cb85959b5
7 changed files with 210 additions and 95 deletions

View file

@ -9,3 +9,26 @@
border-bottom: 0;
margin-bottom: 0;
}
.root {
padding-top: 8px;
padding-bottom: 8px;
}
.range {
display: flex;
align-items: center;
flex-direction: row;
justify-content: flex-end;
}
.rangeText {
margin-right: 8px;
}
.loader {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}