mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
[WebsiteList] add preloader, move to components
This commit is contained in:
parent
2d591a7906
commit
6cb85959b5
7 changed files with 210 additions and 95 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue