Cleaned up the chromebooks view; Reorganized the admin view; Added functionality to import students and staff (still need to add/test functionality to edit them and delete them).

This commit is contained in:
2022-07-23 23:42:23 -07:00
parent 195d93fd20
commit 603f395ef0
15 changed files with 4825 additions and 523 deletions

View File

@@ -1,6 +1,8 @@
<head>
<title>District Central</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./theme/smui.css">
<meteor-bundled-css />
</head>
<body>

View File

@@ -1,5 +1,9 @@
@import './theme/smui.css'
@import "./simple-grid.sass"
@import "./app.sass"
@import './material-icons.sass'
//.mdc-floating-label
// transform: translateY(-80%)
//.mdc-select__selected-text-container
// transform: translateY(30%)