Skip to content

Commit 0cc998e

Browse files
Pelican SUSI html
1 parent 472f49d commit 0cc998e

File tree

2 files changed

+860
-0
lines changed

2 files changed

+860
-0
lines changed

templates/pelican/css/unified.css

+69
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
html{
2+
background-color: #649D35;
3+
background-image: url(https://b2c-templates-arup.s3-eu-west-1.amazonaws.com/src/oasys/pattern-background.svg) 68px 68px repeat;
4+
}
5+
#emailVerificationControl_but_send_code{
6+
width: 100%;
7+
background: white;
8+
margin: 8px 0 8px 0px;
9+
border: solid 1px #1D2E40;
10+
color: #1D2E40;
11+
background: white;
12+
border-radius: 4px;
13+
height: 44px;
14+
border-radius: 4px;
15+
font-weight: 600;
16+
}
17+
#emailVerificationControl_but_send_code:hover{
18+
background: #b5cae0;
19+
}
20+
.helpLink{
21+
display: none !important;
22+
}
23+
.textInput{
24+
height: 40px;
25+
border: solid 1px #dddddd;
26+
border-radius:4px ;
27+
margin: 8px 0 8px 0;
28+
}
29+
input[type=email], input[type=number], input[type=password], input[type=text]{
30+
height: 40px;
31+
}
32+
33+
#continue{
34+
width: calc(50% - 8px);
35+
height: 40px;
36+
border-radius: 4px;
37+
font-weight: 500;
38+
}
39+
#cancel{
40+
height: 40px;
41+
width: calc(50% - 8px);
42+
background-color: white;
43+
border-radius: 4px;
44+
font-weight: 500;
45+
color: #1D2E40;
46+
}
47+
.intro{
48+
font-size: 1.1em;
49+
color: #424242;
50+
font-weight: 600;
51+
font-weight: bold;
52+
}
53+
54+
#panel_center{
55+
display: flex;
56+
justify-content: center;
57+
width: 100%;
58+
max-width:408px;
59+
height: fit-content;
60+
background-color:white;
61+
border-radius: 8px;
62+
box-shadow: 3px 3px 12px rgb(0 0 0 20%);
63+
}
64+
65+
.error{
66+
color: #E11451;
67+
}
68+
69+

0 commit comments

Comments
 (0)