Start to reorganize

This commit is contained in:
2019-09-29 22:08:21 -04:00
parent aee51c8a15
commit 89df5efe5a
92 changed files with 15494 additions and 544 deletions

View File

@@ -0,0 +1,35 @@
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
.page-spinner {
left: 50%;
top: 25%;
z-index: 999;
position: absolute;
transform: translateX(-50%);
}
.spinner {
height: 115px;
width: 115px;
}
.sidenav .nav-group .nav-list .nav-link {
line-height: 1rem;
}
.clr-dropdown {
margin: 6px;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }