Skip to content

Commit 786aac8

Browse files
committed
🤖 GITHUB ACTIONS format_prettier
1 parent 6e9c110 commit 786aac8

3 files changed

Lines changed: 978 additions & 725 deletions

File tree

‎src/app/sms-poc/pages/sms-poc/sms-poc.component.html‎

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
<h1 class="orc-font-heading-small font-normal mb-4" i18n="@@smsPoc.title">
33
SMS POC
44
</h1>
5-
<p class="sms-poc-description orc-font-body-small mb-4" i18n="@@smsPoc.description">
5+
<p
6+
class="sms-poc-description orc-font-body-small mb-4"
7+
i18n="@@smsPoc.description"
8+
>
69
Send a test SMS. Choose AWS or Twilio for each send.
710
</p>
811

912
<app-alert-message type="warning" role="note" class="mb-6 block">
1013
<div content>
11-
<span
12-
i18n="@@smsPoc.sandboxNotice"
13-
>
14-
This POC currently runs in SANDBOX mode. If you want to test actual SMS delivery to your phone, please reach out to Leo on Slack to add your phone number to our AWS SNS ORCID Friend Sandbox and the Twilio accounts.
14+
<span i18n="@@smsPoc.sandboxNotice">
15+
This POC currently runs in SANDBOX mode. If you want to test actual SMS
16+
delivery to your phone, please reach out to Leo on Slack to add your
17+
phone number to our AWS SNS ORCID Friend Sandbox and the Twilio
18+
accounts.
1519
</span>
1620
</div>
1721
</app-alert-message>

‎src/app/sms-poc/pages/sms-poc/sms-poc.component.scss‎

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
width: 100%;
77
padding: 1rem;
88
box-sizing: border-box;
9-
background:
10-
radial-gradient(circle at 0% 0%, rgba(6, 136, 219, 0.08), transparent 38%),
11-
radial-gradient(circle at 100% 100%, rgba(255, 183, 77, 0.1), transparent 36%);
9+
background: radial-gradient(
10+
circle at 0% 0%,
11+
rgba(6, 136, 219, 0.08),
12+
transparent 38%
13+
),
14+
radial-gradient(
15+
circle at 100% 100%,
16+
rgba(255, 183, 77, 0.1),
17+
transparent 36%
18+
);
1219
}
1320

1421
.sms-poc-card {
@@ -25,7 +32,11 @@
2532
padding: 0.25rem 0.5rem 0.75rem;
2633
border-radius: 10px;
2734
border: 1px dashed rgba(6, 136, 219, 0.28);
28-
background: linear-gradient(180deg, rgba(6, 136, 219, 0.06), rgba(6, 136, 219, 0.02));
35+
background: linear-gradient(
36+
180deg,
37+
rgba(6, 136, 219, 0.06),
38+
rgba(6, 136, 219, 0.02)
39+
);
2940
}
3041

3142
.provider-group {

0 commit comments

Comments
 (0)