mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Put status under message
Since we’ve removed the table of notifications from the single notification page there’s no way of knowing the status of a notification. This re-adds it in a way that’s similar to how it looks on inbound messages.
This commit is contained in:
@@ -66,6 +66,7 @@ $path: '/static/images/';
|
||||
@import 'views/api';
|
||||
@import 'views/product-page';
|
||||
@import 'views/template';
|
||||
@import 'views/notification';
|
||||
|
||||
// TODO: break this up
|
||||
@import 'app';
|
||||
|
||||
18
app/assets/stylesheets/views/notification.scss
Normal file
18
app/assets/stylesheets/views/notification.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.notification-status {
|
||||
|
||||
@include core-16;
|
||||
color: $secondary-text-colour;
|
||||
margin-top: -$gutter-half;
|
||||
|
||||
&.error {
|
||||
|
||||
color: $error-colour;
|
||||
font-weight: bold;
|
||||
|
||||
a {
|
||||
color: $error-colour;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user