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:
@@ -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>
|
||||
|
||||
@@ -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%)
|
||||
Reference in New Issue
Block a user