Use bold incident titles, increase contrast for dates.
This commit is contained in:
@@ -160,7 +160,7 @@ body.status-page {
|
||||
.panel-message {
|
||||
border: 1px solid #e8e8e8;
|
||||
.date {
|
||||
color: #c7c7c7;
|
||||
color: darken(#c7c7c7, 20%);
|
||||
}
|
||||
}
|
||||
.panel-message:before {
|
||||
@@ -174,7 +174,7 @@ body.status-page {
|
||||
border-bottom: 15px solid transparent;
|
||||
content: " ";
|
||||
}
|
||||
|
||||
|
||||
.panel-message:after {
|
||||
position: absolute;
|
||||
top: 17px;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<div class="col-xs-10 col-xs-offset-2 col-sm-11 col-sm-offset-0">
|
||||
<div class="panel panel-message">
|
||||
<div class="panel-heading">
|
||||
{{ $incident->name }}
|
||||
<strong>{{ $incident->name }}</strong>
|
||||
<br>
|
||||
<small class='date'>{{ $incident->created_at->diffForHumans() }}</small>
|
||||
</div>
|
||||
|
||||
@@ -4491,7 +4491,7 @@ body.status-page {
|
||||
body.status-page .timeline .moment .panel-message {
|
||||
border: 1px solid #e8e8e8; }
|
||||
body.status-page .timeline .moment .panel-message .date {
|
||||
color: #c7c7c7; }
|
||||
color: #949494; }
|
||||
body.status-page .timeline .moment .panel-message:before {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
@@ -4491,7 +4491,7 @@ body.status-page {
|
||||
body.status-page .timeline .moment .panel-message {
|
||||
border: 1px solid #e8e8e8; }
|
||||
body.status-page .timeline .moment .panel-message .date {
|
||||
color: #c7c7c7; }
|
||||
color: #949494; }
|
||||
body.status-page .timeline .moment .panel-message:before {
|
||||
position: absolute;
|
||||
top: 16px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"css/all.css": "css/all-1e73d07b.css",
|
||||
"js/all.js": "js/all-5a1e1732.js"
|
||||
"css/all.css": "css/all-848e5a13.css",
|
||||
"js/all.js": "js/all-d8f5640f.js"
|
||||
}
|
||||
Reference in New Issue
Block a user