mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Make first page of ‘send texts’ use links not form
This doesn’t need to be a form—it’s not changing any data. And having the primary action on the page as ‘Use this template’ it makes it clear what the page is for.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
.sms-message-name {
|
||||
@include bold-19;
|
||||
margin: 30px 0 10px 0;
|
||||
margin: 20px 0 10px 0;
|
||||
}
|
||||
|
||||
.sms-message-picker {
|
||||
@@ -61,3 +61,8 @@ label.sms-message-option {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.sms-message-use-link {
|
||||
margin-top: 70px;
|
||||
@include bold-19;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user