-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
98 lines (85 loc) · 1.95 KB
/
custom.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.page-sun-activity {
background-color: #f7f7f7;
padding: 8px 32px 32px 32px;
max-width: 600px;
min-width: 320px;
box-sizing: border-box;
}
.page-sun-activity__header {
display: block;
color: #333;
font-weight: 300;
padding-bottom: 8px;
margin: 24px 0 0 0;
border-bottom: 2px white solid;
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.form_fieldset {
box-sizing: border-box;
margin: 0;
padding: 0;
border: none;
display: flex;
flex-direction: column;
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.form__header {
display: block;
color: #333;
font-weight: 300;
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
margin: 24px 0 16px 0;
font-size: 1.3em;
}
.field {
display: flex;
flex-direction: column;
margin-bottom: 16px;
}
.field__input {
padding: 4px;
margin: 8px 8px 8px 0;
border-radius: 2px;
font-size: 14px;
line-height: 20px;
box-sizing: border-box;
border: 1px solid #d9d9d9;
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: 300;
}
.field__label {
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: 300;
}
.error__message {
margin: 0 0 24px 0;
color: orangered;
}
.footer__button {
display: block;
padding: 8px 16px;
border: none;
border-radius: 3px;
background-color: #61b2a7;
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: 400;
font-size: 14px;
cursor: pointer;
color: white;
}
.footer__button:hover {
opacity: 0.7;
}
.sun-activity-results {
margin: 32px 0 0 0;
border: 1px solid #d9d9d9;
}
.sun-activity-results__result {
font-family: Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: 300;
font-size: 16px;
margin: 16px;
}
.sun-activity-results__value {
font-weight: 400;
}