"bootstrap-css-only": "^4.2.1",
"core-js": "^2.6.9",
"file-saver": "^2.0.2",
+ "material-design-icons": "^3.0.1",
"ngx-cookie": "^4.1.2",
"rxjs": "^6.5.2",
"zone.js": "^0.8.29"
</a>
<div class="dropdown-divider"></div>
<a href="/eg/staff/cat/bucket/record/view" class="dropdown-item">
- <span class="material-icons">list_alt</span>
+ <span class="material-icons">list</span>
<span i18n>Record Buckets</span>
</a>
<a href="/eg/staff/cat/bucket/copy/view" class="dropdown-item">
- <span class="material-icons">list_alt</span>
+ <span class="material-icons">list</span>
<span i18n>Item Buckets</span>
</a>
<div class="dropdown-divider"></div>
<span i18n>Booking Administration</span>
</a>
<a class="dropdown-item" href="/eg/staff/reporter/legacy/main">
- <span class="material-icons">insert_chart_outlined</span>
+ <span class="material-icons">insert_chart</span>
<span i18n>Reports</span>
</a>
</div>
<base href="/eg2">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
- <!-- see notes in styles.css regarding locally served fonts -->
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<eg-root></eg-root>
/* bootstrap CSS only -- JS bits come from ng-bootstrap */
@import '~bootstrap-css-only/css/bootstrap.min.css';
-/* Locally served material icon fonts.
- * Note when I first tested these after installing the fonts
- * via: npm install --save material-design-icons
- * some of the icons exhibited odd behavior, adding a lot of
- * excess space to the left or right. It only affected certain
- * icons. More research needed.
- * /
-/*
-@import '~material-design-icons/iconfont/material-icons.css';
-*/
+/* Locally served material icon fonts */
+@import '~material-design-icons/iconfont/material-icons.css';
/** BS default fonts are huge */
body, .form-control, .btn, .input-group-text {