Skip to content

Commit 8efc8ef

Browse files
Update step color to match button
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 99009ec commit 8efc8ef

1 file changed

Lines changed: 37 additions & 10 deletions

File tree

css/styles.css

Lines changed: 37 additions & 10 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;
1516
background: lightgray;
16-
width: 100%;
17-
max-width: 800px;
18-
box-sizing: border-box;
17+
width: 100%;
18+
max-width: 800px;
19+
box-sizing: border-box;
1920
}
2021

21-
#github-url-form {
22+
#exemptions {
23+
max-width: 1300px;
24+
}
25+
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,33 @@ 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: #005ea2;
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+
5379
@keyframes slideDown {
54-
from {
80+
from {
5581
opacity: 0;
5682
transform: translateY(-10px);
5783
}
58-
to {
84+
85+
to {
5986
opacity: 1;
6087
transform: translateY(0);
6188
}

0 commit comments

Comments
 (0)