mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Add view for a single template
> At the moment, we have an all email templates page, and an edit an > individual page. > > This gets messy when we refer to templates like the dashboard and the > activity views. We solve this currently by using anchor links to the > list page, but this is clunky. > > So lets add it, then update the links on the dash and activity to the > new view page. > > Should be a link from the view a single template page, to the template > hub page. https://www.pivotaltracker.com/story/show/117349227
This commit is contained in:
@@ -47,10 +47,10 @@
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
%sms-message-use-links,
|
||||
.sms-message-use-links {
|
||||
|
||||
@include copy-19;
|
||||
margin-top: 52px;
|
||||
|
||||
a {
|
||||
display: block;
|
||||
@@ -65,6 +65,11 @@
|
||||
|
||||
}
|
||||
|
||||
.sms-message-use-links-with-title {
|
||||
@extend %sms-message-use-links;
|
||||
margin-top: 52px;
|
||||
}
|
||||
|
||||
.sms-message-from {
|
||||
@include bold-19;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user