mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add anchor to feedback section (#18208)
This commit is contained in:
parent
e6bae0168e
commit
5370f539d2
@ -40,6 +40,16 @@ $primary-color: #049cdb;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.feedback {
|
||||||
|
h4 {
|
||||||
|
margin: 0 0 8px !important;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none !important;
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: $menu-collapse) {
|
@media only screen and (max-width: $menu-collapse) {
|
||||||
.search-container {
|
.search-container {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% unless page.feedback == false %}
|
{% unless page.feedback == false %}
|
||||||
<div class="material-card text feedback">
|
<div class="material-card text feedback" id="feedback_section">
|
||||||
<b>Help us to improve our documentation</b><br />
|
<h4><a href="#feedback_section" class="title-link"><b> Help us to improve our documentation</b></a></h4>
|
||||||
Suggest an edit to this page, or provide/view feedback for this page.
|
Suggest an edit to this page, or provide/view feedback for this page.
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a
|
<a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user