mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add warning icon to alert pages
This commit is contained in:
parent
e1c18c3ad6
commit
fa4d5fd34f
2 changed files with 11 additions and 1 deletions
|
@ -12,7 +12,7 @@ lang: en
|
|||
|
||||
<link rel="alternate" type="application/rss+xml" href="/en/rss/alerts.rss" title="Bitcoin network status and alerts">
|
||||
<div class="alerttext">
|
||||
<h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
||||
<img src="/img/icons/warning.svg" class="alerticon" alt="warning"><h1>{{ page.title }}<br><small>{{ page.date | date:"%e %B %Y" }}</small></h1>
|
||||
{{ content }}
|
||||
</div>
|
||||
<a href="/en/alerts">Go back to the network alerts history</a>
|
||||
|
|
|
@ -1778,6 +1778,9 @@ h2 .rssicon{
|
|||
.alerttext h1{
|
||||
text-align:left;
|
||||
}
|
||||
.alerttext img+h1{
|
||||
margin-left:54px;
|
||||
}
|
||||
.alertstatusinactive{
|
||||
font-size:130%;
|
||||
color:#0d579b;
|
||||
|
@ -1794,6 +1797,13 @@ h2 .rssicon{
|
|||
.alertsactive a{
|
||||
font-weight:bold;
|
||||
}
|
||||
.alerticon{
|
||||
width:42px;
|
||||
height:42px;
|
||||
float:left;
|
||||
margin-top:12px;
|
||||
margin-right:12px;
|
||||
}
|
||||
|
||||
.redirectmsg{
|
||||
text-align:center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue