Remove obsolete dark heading styles

The `.dark-heading` selector isn't used in proposals since commit
ac58f3049, and it isn't used anywhere since commit 1b3cdc181.
This commit is contained in:
Javi Martín
2021-05-19 22:21:36 +02:00
parent 067aa4169a
commit 33a40acf74

View File

@@ -1510,36 +1510,6 @@
// 07. Proposals successful
// -------------------------
.dark-heading {
background: #2d3e50;
color: #fff;
@include breakpoint(medium) {
padding-bottom: $line-height;
}
p {
&.title {
color: #ffd200;
}
&.title-date {
font-size: rem-calc(24);
font-weight: bold;
}
}
.info {
background: #314253;
padding-top: $line-height;
@include breakpoint(medium) {
border-top: rem-calc(6) solid #ffd200;
}
}
}
.successful .panel {
.icon-successful {