This repository was archived by the owner on Jul 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +35
-6
lines changed
assets/enx-redirect/report Expand file tree Collapse file tree 3 files changed +35
-6
lines changed Original file line number Diff line number Diff line change 17
17
{{end}}
18
18
19
19
< style >
20
+ .ur-title {
21
+ font-size : calc (1.625rem + 4.5vw ) !important ;
22
+ font-weight : 400 !important ;
23
+ line-height : 1.2 !important ;
24
+ }
25
+
26
+ .ur-alert {
27
+ color : # 0D3D17 !important ;
28
+ background-color : # D6EBF0 !important ;
29
+ border-color : transparent !important ;
30
+ }
31
+
20
32
.rounded-corners {
21
33
border-radius : 20px ;
22
34
}
23
35
24
36
.agreement {
25
- border : 1px solid grey ;
37
+ border : 1px solid # C4C4C4 !important ;
26
38
}
27
39
28
40
.agree-button {
40
52
border : none;
41
53
border-bottom : 1px solid grey;
42
54
}
55
+
56
+ .continue-btn {
57
+ display : inline-block;
58
+ font-weight : 600 ;
59
+ line-height : 1.5 ;
60
+ color : # ffffff ;
61
+ text-align : center;
62
+ text-decoration : none;
63
+ vertical-align : middle;
64
+ cursor : pointer;
65
+ -webkit-user-select : none;
66
+ -moz-user-select : none;
67
+ user-select : none;
68
+ padding : 0.8rem , 0.75rem ;
69
+ font-size : 1.25rem ;
70
+ border-radius : 20px ;
71
+ }
43
72
</ style >
44
73
45
74
< title > {{tDefault $.realmLocale .realm.Name "agencyDisplayName"}}</ title >
Original file line number Diff line number Diff line change 10
10
11
11
< body class ="my-4 g-4 ">
12
12
< main role ="main " class ="container ">
13
- < h1 class ="display-1 mb-3 w-100 "> < strong > {{t $.locale "user-report.header"}}</ strong > </ h1 >
13
+ < h1 class ="display-1 mb-3 w-100 ur-title "> < strong > {{t $.locale "user-report.header"}}</ strong > </ h1 >
14
14
15
15
{{if $currentRealm.AgencyImage}}
16
16
< div id ="logo " class ="rounded-corners pha-logo " style ="background-color: {{$currentRealm.AgencyBackgroundColor}}; " >
@@ -21,7 +21,7 @@ <h1 class="display-1 mb-3 w-100"><strong>{{t $.locale "user-report.header"}}</st
21
21
{{end}}
22
22
23
23
{{if not .skipForm}}
24
- < div class ="alert alert-primary d-flex align-items-center rounded-corners " role ="alert ">
24
+ < div class ="alert alert-primary d-flex align-items-center rounded-corners ur-alert " role ="alert ">
25
25
< svg class ="bi flex-shrink-0 me-3 " width ="24 " height ="24 " role ="img " aria-label ="Info: ">
26
26
< use xlink:href ="/static/icons.svg#info-circle-fill "/>
27
27
</ svg >
@@ -101,7 +101,7 @@ <h1 class="display-1 mb-3 w-100"><strong>{{t $.locale "user-report.header"}}</st
101
101
</ div >
102
102
103
103
< div class ="d-grid ">
104
- < button id ="submit " type ="submit " class ="btn btn-primary ">
104
+ < button id ="submit " type ="submit " class ="btn btn-primary continue-btn ">
105
105
{{t $.locale "user-report.request-button"}}
106
106
</ button >
107
107
</ div >
Original file line number Diff line number Diff line change 11
11
< body class ="my-4 g-4 ">
12
12
< main role ="main " class ="container ">
13
13
{{if $currentRealm.AgencyImage}}
14
- < div id ="logo " style ="background-color: {{$currentRealm.AgencyBackgroundColor}}; " >
14
+ < div id ="logo " class =" rounded-corners pha-logo " style ="background-color: {{$currentRealm.AgencyBackgroundColor}}; " >
15
15
< img src ="{{$currentRealm.AgencyImage}} " style ="width:80vw; max-width:720px; content-visibility:auto; "
16
16
loading ="lazy " decoding ="async "
17
17
alt ="{{$currentRealm.Name}} logo " />
18
18
</ div >
19
19
{{end}}
20
20
< h1 class ="mb-3 "> {{tDefault $.realmLocale .realm.Name "agencyDisplayName"}}</ h1 >
21
21
22
- < div class ="alert alert-danger d-flex align-items-center " role ="alert ">
22
+ < div class ="alert alert-danger d-flex align-items-center rounded-corners " role ="alert ">
23
23
< svg class ="bi flex-shrink-0 me-3 " width ="24 " height ="24 " role ="img " aria-label ="Success: ">
24
24
< use xlink:href ="/static/icons.svg#x-circle-fill "/>
25
25
</ svg >
You can’t perform that action at this time.
0 commit comments