forked from external-repos/pa11y-dashboard
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;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.site-message {
|
||||||
|
.glyphicon {
|
||||||
|
margin-right:6px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Type */
|
/* Type */
|
||||||
.h1 {
|
.h1 {
|
||||||
|
@@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
{{#if siteMessage}}
|
{{#if siteMessage}}
|
||||||
<div class="col-md-12 clearfix">
|
<div class="col-md-12 clearfix">
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info site-message">
|
||||||
<p>{{siteMessage}}</p>
|
<h3 class="crunch-top"><span class="pull-left glyphicon glyphicon-exclamation-sign"></span> Important</h3>
|
||||||
|
<p class="h5">{{siteMessage}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Reference in New Issue
Block a user