improve error page external link icon styling
This commit is contained in:
parent
662e85da6c
commit
0d6c95e301
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@
|
|||
<span style="font-size: 10px;">[
|
||||
<%= link to: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{@conn.status}", rel: "noreferrer", target: "_blank", class: "mb-4", style: "font-size: 10px;" do %>
|
||||
<span>what's it mean? · MDN</span>
|
||||
<%= icon_div @conn, "mdi-open-in-new", [class: "icon"], [style: "height: 10px; width: 10px;"] %>
|
||||
<%= icon_div @conn, "mdi-open-in-new", [class: "icon baseline"] %>
|
||||
<% end %>
|
||||
]</span>
|
||||
</div>
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<span style="font-size: 10px;">[
|
||||
<%= link to: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/#{@conn.status}", rel: "noreferrer", target: "_blank", class: "mb-4", style: "font-size: 10px;" do %>
|
||||
<span>what's it mean? · MDN</span>
|
||||
<%= icon_div @conn, "mdi-open-in-new", [class: "icon"], [style: "height: 10px; width: 10px;"] %>
|
||||
<%= icon_div @conn, "mdi-open-in-new", [class: "icon baseline"] %>
|
||||
<% end %>
|
||||
]</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue