mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-13 15:06:51 +03:00
feat: implement dashboard tab
This commit is contained in:
@@ -167,6 +167,12 @@ export const GlobalStyles = `
|
||||
color: var(--error-color-medium);
|
||||
}
|
||||
|
||||
.centered {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* Skeleton styles*/
|
||||
.skeleton {
|
||||
background-color: var(--background-color-low, #e0e0e0);
|
||||
|
||||
Reference in New Issue
Block a user