Add basic header to SDG goals view

This commit is contained in:
Javi Martín
2020-12-19 17:54:03 +01:00
parent 910acff624
commit a73ab57cef
5 changed files with 28 additions and 0 deletions

View File

@@ -28,4 +28,5 @@
@import "leaflet";
@import "sticky_overrides";
@import "admin/*";
@import "sdg/**/*";
@import "sdg_management/*";

View File

@@ -0,0 +1,7 @@
.sdg-goal-show {
@include grid-row;
> * {
@include grid-column-gutter;
}
}