Skip to content

Commit e1ca08c

Browse files
committed
Adding timeline component in code
1 parent fa27576 commit e1ca08c

File tree

3 files changed

+10790
-1
lines changed

3 files changed

+10790
-1
lines changed

application/templates/entity.html

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<script src='/static/javascripts/maplibre-gl.js'></script>
4242
<link href='/static/stylesheets/maplibre-gl.css' rel='stylesheet' />
4343
<script src='https://api.mapbox.com/mapbox.js/plugins/turf/v2.0.2/turf.min.js'></script>
44-
<link href="https://digital-land-design.herokuapp.com/static/stylesheets/dl-frontend.css" rel="stylesheet" />
4544
{{ super() }}
4645
{% endblock -%}
4746

assets/stylesheets/application.scss

+2
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,5 @@ $govuk-link-underline-offset: .2em;
5050
// very bespoke styles for specific pages/areas of the site
5151
@import "pages/entity";
5252
@import "pages/dataset";
53+
54+
@import "component/_timeline";

0 commit comments

Comments
 (0)