mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Changed yellow alert color to alert-error only, tweaked some alerts
This commit is contained in:
parent
84dd32f61e
commit
94ee46d9e8
3 changed files with 9 additions and 13 deletions
|
@ -59,7 +59,7 @@ a{
|
||||||
@import 'project-Main'; // Project Specific Main Content Area Styling
|
@import 'project-Main'; // Project Specific Main Content Area Styling
|
||||||
@import 'project-Footer'; // Project Specific Footer Styling
|
@import 'project-Footer'; // Project Specific Footer Styling
|
||||||
|
|
||||||
.alert{
|
.alert-error {
|
||||||
background-color:#F5BA00; color:#fff;
|
background-color:#F5BA00; color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -75,12 +75,10 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<% if flash.keys.length > 0 %>
|
<% if flash.keys.length > 0 %>
|
||||||
<div class="alert txt-Center">
|
<div class="alert alert-block txt-Center">
|
||||||
<p style="padding:5px">
|
|
||||||
<% flash.keys.each do |key| %>
|
<% flash.keys.each do |key| %>
|
||||||
<%== flash[key] %>
|
<%== flash[key] %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
|
@ -75,12 +75,10 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<% if flash.keys.length > 0 %>
|
<% if flash.keys.length > 0 %>
|
||||||
<div class="alert txt-Center">
|
<div class="alert alert-block txt-Center">
|
||||||
<p style="padding:5px">
|
|
||||||
<% flash.keys.each do |key| %>
|
<% flash.keys.each do |key| %>
|
||||||
<%== flash[key] %>
|
<%== flash[key] %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue