File tree 2 files changed +9
-4
lines changed
app/styles/pages/components
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 18
18
width : 100% ;
19
19
outline : 1px dashed #ccc ;
20
20
}
21
+
22
+ .doc-app-footer-demo-placeholder {
23
+ color : #636363 ;
24
+ background : #ffd6d6 ;
25
+ }
21
26
}
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ Custom content can be added either before or after the `AppFooter` main content.
59
59
``` handlebars
60
60
<Hds::AppFooter as |AF|>
61
61
<AF.ExtraBefore>
62
- <Doc::Placeholder @text="Extra Content Before" @height="2em" {{style width="fit-content" color="#636363" background="#ffd6d6"}} />
62
+ <Doc::Placeholder @text="Extra Content Before" @height="2em" @ width="fit-content" class="doc-app-footer-demo-placeholder" />
63
63
</AF.ExtraBefore>
64
64
<AF.LegalLinks />
65
65
<AF.ExtraAfter>
66
- <Doc::Placeholder @text="Extra Content After" @height="2em" {{style width="fit-content" color="#636363" background="#ffd6d6"}} />
66
+ <Doc::Placeholder @text="Extra Content After" @height="2em" @ width="fit-content" class="doc-app-footer-demo-placeholder" />
67
67
</AF.ExtraAfter>
68
68
</Hds::AppFooter>
69
69
```
@@ -76,13 +76,13 @@ Add your own styles to customize the layout of the extra content areas.
76
76
<Hds::AppFooter as |AF|>
77
77
<AF.ExtraBefore>
78
78
<div class="doc-app-footer-demo-custom-content-layout">
79
- <Doc::Placeholder @text="Extra Content Before" @height="2em" {{style width="fit-content" color="#636363" background="#ffd6d6"}} />
79
+ <Doc::Placeholder @text="Extra Content Before" @height="2em" @ width="fit-content" class="doc-app-footer-demo-placeholder" />
80
80
</div>
81
81
</AF.ExtraBefore>
82
82
<AF.LegalLinks />
83
83
<AF.ExtraAfter>
84
84
<div class="doc-app-footer-demo-custom-content-layout">
85
- <Doc::Placeholder @text="Extra Content After" @height="2em" {{style width="fit-content" color="#636363" background="#ffd6d6"}} />
85
+ <Doc::Placeholder @text="Extra Content After" @height="2em" @ width="fit-content" class="doc-app-footer-demo-placeholder" />
86
86
</div>
87
87
</AF.ExtraAfter>
88
88
</Hds::AppFooter>
You can’t perform that action at this time.
0 commit comments