We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa27576 commit e1ca08cCopy full SHA for e1ca08c
application/templates/entity.html
@@ -41,7 +41,6 @@
41
<script src='/static/javascripts/maplibre-gl.js'></script>
42
<link href='/static/stylesheets/maplibre-gl.css' rel='stylesheet' />
43
<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" />
45
{{ super() }}
46
{% endblock -%}
47
assets/stylesheets/application.scss
@@ -50,3 +50,5 @@ $govuk-link-underline-offset: .2em;
50
// very bespoke styles for specific pages/areas of the site
51
@import "pages/entity";
52
@import "pages/dataset";
53
+
54
+@import "component/_timeline";
0 commit comments