forked from commonwarexyz/monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhiring.css
More file actions
78 lines (66 loc) · 1.4 KB
/
hiring.css
File metadata and controls
78 lines (66 loc) · 1.4 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
/* Template: https://www.ashbyhq.com/job_board_example_css/full-job-board.css */
:root {
--colorAppBackground: white;
--fontFamily: 'Consolas', monospace;
--widthMaxJobBoard: 800px;
--colorPrimary900: blue;
--colorPrimary600: lightblue;
--borderRadiusContainer: 0;
--borderRadiusControl: 0;
--borderRadiusButton: 0;
}
body {
background-color: var(--colorAppBackground);
color: black;
font-family: var(--fontFamily);
margin: 0;
padding: 0;
}
h1 {
font-size: 1.5em;
margin-bottom: 10px;
}
h2 {
font-size: 1.2em;
margin-bottom: 8px;
}
h3 {
font-size: 1em;
font-weight: bold;
margin-bottom: 6.6px;
}
p {
line-height: 1.2;
margin-bottom: 5px;
}
a {
color: blue;
text-decoration: underline;
}
.ashby-job-board-heading {
font-size: 1.5em;
margin-bottom: 10px;
}
.ashby-job-posting-brief-title {
font-size: 1em;
font-weight: bold;
margin-bottom: 6.6px;
}
.ashby-application-form-submit-button {
background-color: var(--colorPrimary900);
color: white;
font-family: var(--fontFamily);
border: none;
}
.ashby-job-posting-brief {
margin-bottom: 10px;
}
.ashby-job-board-heading,
.ashby-job-posting-brief-list,
.ashby-job-posting-brief,
.ashby-job-posting-brief-details,
.ashby-job-board-filter,
.ashby-department-heading,
.ashby-job-posting-brief-department-heading {
text-align: left !important;
}