Skip to content

Commit d593afa

Browse files
Merge pull request #85 from DSACMS/nat/exemption-checklist-revised
Exemptions: Added Exemption Quiz
2 parents d88bca4 + be8c55e commit d593afa

File tree

8 files changed

+1051
-589
lines changed

8 files changed

+1051
-589
lines changed

css/styles.css

Lines changed: 51 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,33 @@ textarea {
66
margin-bottom: 10px;
77
}
88

9-
#auto-generation {
9+
#auto-generation,
10+
.exemptions {
1011
border-radius: 15px;
1112
padding: 20px;
1213
padding-bottom: 25px;
1314
margin-top: 20px;
1415
margin-bottom: 20px;
15-
background: lightgray;
16-
width: 100%;
17-
max-width: 800px;
18-
box-sizing: border-box;
16+
background: #e6e6e6;
17+
width: 100%;
18+
max-width: 800px;
19+
box-sizing: border-box;
20+
}
21+
22+
.exemptions {
23+
max-width: 1300px;
1924
}
2025

21-
#github-url-form {
26+
#github-url-form,
27+
#exemptions-checklist {
2228
margin-top: 25px;
2329
width: 100%;
2430
}
2531

2632
#repo-url {
27-
width: 100%;
28-
max-width: 750px;
29-
box-sizing: border-box;
33+
width: 100%;
34+
max-width: 750px;
35+
box-sizing: border-box;
3036
}
3137

3238
#repo-url-button {
@@ -50,12 +56,46 @@ textarea {
5056
padding-right: 20px;
5157
}
5258

59+
.step-header {
60+
display: flex;
61+
align-items: center;
62+
gap: 0.5em;
63+
}
64+
65+
.step-number {
66+
margin-top: 10px;
67+
background-color: #337AB7;
68+
color: white;
69+
font-weight: bold;
70+
width: 30px;
71+
height: 30px;
72+
border-radius: 50%;
73+
display: flex;
74+
align-items: center;
75+
justify-content: center;
76+
font-size: 20px;
77+
}
78+
79+
.exemptions-quiz-container #quiz-subheading {
80+
margin: 10px 0px 20px 0px;
81+
}
82+
83+
.not-exempt {
84+
color: green;
85+
display: inline-block;
86+
}
87+
88+
/* .results-container p {
89+
margin: 20px 0px;
90+
} */
91+
5392
@keyframes slideDown {
54-
from {
93+
from {
5594
opacity: 0;
5695
transform: translateY(-10px);
5796
}
58-
to {
97+
98+
to {
5999
opacity: 1;
60100
transform: translateY(0);
61101
}

0 commit comments

Comments
 (0)