File tree 2 files changed +17
-0
lines changed
fragdenstaat_de/fds_cms/templates/cms
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% load i18n %}
1
2
{% load fds_cms_tags %}
3
+ {% load cms_tags %}
4
+
5
+ < li class ="breadcrumb-item ">
6
+ {% page_url "home" as home_url %}
7
+ < a href ="{{ home_url|default:'/' }} ">
8
+ < i class ="fa fa-home "> </ i >
9
+ < span class ="sr-only "> {% trans "Home Page" %}</ span >
10
+ </ a >
11
+ </ li >
2
12
3
13
{% get_breadcrumb_ancestor ancestors.0 as custom_ancestor %}
4
14
{% if custom_ancestor %}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ $c: map.get($container-max-widths, 'xxl');
28
28
display : block ;
29
29
font-weight : 600 ;
30
30
color : var (--bs-emphasis-color );
31
+ padding : 0 ;
31
32
32
33
& :hover {
33
34
text-decoration : none ;
@@ -189,3 +190,9 @@ $c: map.get($container-max-widths, 'xxl');
189
190
}
190
191
}
191
192
}
193
+
194
+ @include media-breakpoint-up (md) {
195
+ header #header :has (+ nav .breadcrumb ) {
196
+ border-bottom : 1px var (--bs-border-color-translucent ) solid ;
197
+ }
198
+ }
You can’t perform that action at this time.
0 commit comments