mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Styling for site message
This commit is contained in:
2
public/css/site.min.css
vendored
2
public/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -104,6 +104,11 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.site-message {
|
||||
.glyphicon {
|
||||
margin-right:6px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Type */
|
||||
.h1 {
|
||||
|
@@ -2,8 +2,9 @@
|
||||
|
||||
{{#if siteMessage}}
|
||||
<div class="col-md-12 clearfix">
|
||||
<div class="alert alert-info">
|
||||
<p>{{siteMessage}}</p>
|
||||
<div class="alert alert-info site-message">
|
||||
<h3 class="crunch-top"><span class="pull-left glyphicon glyphicon-exclamation-sign"></span> Important</h3>
|
||||
<p class="h5">{{siteMessage}}</p>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user