Skip to content

Commit e2ddc6f

Browse files
committed
Remove unnecessary style classes
1 parent ac8b217 commit e2ddc6f

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/scss/cs/accordions.scss

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
11
@import "../common/accordions";
22

3-
.stage-label-gcse, .stage-label-alevel, .stage-label-national-5, .stage-label-higher, .stage-label-advanced-higher, .stage-label-core, .stage-label-advanced, .stage-label-all {
3+
.stage-label-higher, .stage-label-core, .stage-label-advanced, .stage-label-all {
44
color: black;
55
font-weight: 600;
66
text-wrap: none;
77
font-size: 1rem !important;
88
line-height: 1.15rem;
99
}
1010

11-
.stage-label-gcse {
12-
background-color: $gcse-colour;
13-
}
14-
15-
.stage-label-alevel {
16-
background-color: $a-level-colour;
17-
}
18-
19-
.stage-label-national-5 {
20-
background-color: $national-5-colour;
21-
}
22-
2311
.stage-label-higher {
2412
background-color: $higher-colour;
2513
}
2614

27-
.stage-label-advanced-higher {
28-
background-color: $adv-higher-colour;
29-
}
30-
3115
.stage-label-core {
3216
background-color: $core-colour;
3317
}

0 commit comments

Comments
 (0)