-
Notifications
You must be signed in to change notification settings - Fork 2
/
e.css
80 lines (67 loc) · 1.18 KB
/
e.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.playwrite-au-qld-dls {
font-family: "Playwrite AU QLD", cursive;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
}
* {
font-family: "Playwrite AU QLD", cursive;
}
body {
background-color: rgb(48, 48, 156);
}
label,
h2 {
color: antiquewhite;
font-weight: bolder;
}
.container input {
background-color: rgba(210, 216, 216, 0.918);
}
.return {
position: absolute;
top: 25px;
left: 20px;
width: 160px;
height: 90px;
background-color: rgba(0, 0, 0, 0.74);
padding: 20px;
}
.return a {
text-decoration: none;
color: whitesmoke;
}
@media screen and (max-width: 380px) {
.container {
position: relative;
width: 80vw;
left: -50px;
top: 38px;
}
.container h2 {
font-size: 1.2rem;
}
body {
background-size: 200% 120%;
}
.extra-info {
display: none;
}
.return a h1 {
font-size: 1.4rem;
}
.return {
border-radius: 8px;
width: 108px;
height: 62px;
top: 12px;
left: 12px;
}
.form-group input,
.form-group label {
font-size: 0.8rem;
width: 230px;
position: relative;
left: -28px;
}
}