File tree 2 files changed +10
-1
lines changed
frontend/pages/admin/IntegrationsPage/cards/Calendars
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ const Calendars = (): JSX.Element => {
315
315
type = "submit"
316
316
variant = "brand"
317
317
disabled = { Object . keys ( formErrors ) . length > 0 }
318
- className = "save-loading button-wrap "
318
+ className = "save-loading"
319
319
isLoading = { isUpdatingSettings }
320
320
>
321
321
Save
@@ -387,6 +387,10 @@ const Calendars = (): JSX.Element => {
387
387
</ li >
388
388
</ ul >
389
389
</ p >
390
+ < p >
391
+ You're ready to automatically schedule calendar events for end
392
+ users.
393
+ </ p >
390
394
</ div >
391
395
</ >
392
396
) ;
Original file line number Diff line number Diff line change 4
4
color : $core-fleet-black ;
5
5
}
6
6
7
+ p {
8
+ margin : $pad-large 0 ;
9
+ }
10
+
7
11
ui {
8
12
margin-block-start : $pad-small ;
9
13
}
30
34
31
35
#oauth-scopes {
32
36
font-family : " SourceCodePro" , $monospace ;
37
+ color : $core-fleet-black ;
33
38
min-height : 80px ;
34
39
padding : $pad-medium ;
35
40
padding-right : $pad-xxlarge ;
You can’t perform that action at this time.
0 commit comments