-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappraisals.css
More file actions
78 lines (63 loc) · 1.12 KB
/
appraisals.css
File metadata and controls
78 lines (63 loc) · 1.12 KB
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
#form-instruc {
margin: 0 auto;
text-align: center;
width: 80%;
max-width: 800px;
margin-bottom: 2%;
}
#email {
margin-top: 15px;
width: 50%;
max-width: 430px;
}
.form-data {
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
width: 80%;
max-width: 800px;
text-align: center;
}
.big-input {
padding-bottom: 15%;
}
.instr-type {
margin-left: 4%;
margin-top: 15px;
width: 45%;
}
#mid-form {
width: 80%;
display: flex;
justify-content: center;
margin: 0 auto;
}
input,select {
padding-top: 15px;
padding-bottom: 15px;
padding-left: 5px;
font-family: 'Raleway', sans-serif;
font-size: 17px;
display: inline-block;
border: 1px solid #E0E0E0;
border-radius: 4px;
box-sizing: border-box;
width: 80%;
max-width: 800px;
}
#submit {
width: 80%;
margin-top: 15px;
margin-bottom: 15px;
font-family: 'Raleway', sans-serif;
font-size: 17px;
max-width: 800px;
}
#submit:hover{
background-color: rgb(200,100,100);
}
::placeholder{
font-family: 'Raleway', sans-serif;
font-size: 17px;
}