diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss
index 8285b684f7..900b4254f4 100644
--- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss
+++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss
@@ -27,19 +27,6 @@
}
}
- /* Buttons */
- // correct color property set on above:
- // TODO: check if reset needed
- // .reset-btns;
- // .alert {
- // .alert;
- // }
- // .alert-info {
- // .btn-info {
- // .btn-alert-info;
- // }
- // }
-
.p-no-text-nodes:has(.btn) {
margin-top: var(--spacing-09);
diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss
index f57b3895db..90d1b18b16 100644
--- a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss
+++ b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss
@@ -25,18 +25,6 @@
// }
// }
- // TODO: confirm if needed
- // correct color property set on above:
- // .reset-btns;
- // .alert {
- // .alert;
- // }
- // .alert-info {
- // .btn-info {
- // .btn-alert-info;
- // }
- // }
-
hr {
border-color: var(--neutral-30);
}