Remove obsolete dark heading styles
The `.dark-heading` selector isn't used in proposals since commitac58f3049, and it isn't used anywhere since commit1b3cdc181.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user