mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 14:08:24 -04:00
Add flow for sending yourself a text message
This commit adds a shortcut, which (in the background) does the creation and uploading of a CSV file for you. This enables users to send themselves a test message without having to fiddle about with CSV files.
This commit is contained in:
@@ -36,7 +36,20 @@
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.sms-message-use-link {
|
||||
@include bold-19;
|
||||
margin-top: 70px;
|
||||
.sms-message-use-links {
|
||||
|
||||
@include copy-19;
|
||||
margin-top: 55px;
|
||||
|
||||
a {
|
||||
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
|
||||
&:first-child {
|
||||
@include bold-19;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user