Properly remove carbon calculator

This commit is contained in:
mDuo13
2023-03-08 17:19:15 -08:00
parent 63f8225190
commit 5630a2808c
21 changed files with 18 additions and 1050 deletions

View File

@@ -659,30 +659,6 @@ pre code {
background-color: $light-bg;
}
// Carbon calculator
.page-calculator {
#co2Animation,
#gasAnimation {
//filter: invert(100%) hue-rotate(200deg) brightness(1.8);
// Leave these dark for now
background: $body-bg;
padding: 1rem;
}
#calculator-mobile-toggle.show {
background-color: $blue-purple-500;
color: $white;
}
#calculator-inputs.sticky {
background-color: $light-bg;
}
#data-selector li:not(.active) a {
background-color: $light-form-bg;
color: $light-fg;
}
}
// Use Cases & Featured Projects page
.page-uses {