diff --git a/src/scss/cdb-components/boxes.scss b/src/scss/cdb-components/boxes.scss
index beb7693..d32fd51 100644
--- a/src/scss/cdb-components/boxes.scss
+++ b/src/scss/cdb-components/boxes.scss
@@ -40,184 +40,3 @@
.CDB-Box-modalHeaderItem--paddingVertical {
padding: $baseSize + 4 0;
}
-
-/* SG
-# Boxes/Loader
-```
-
-
- -
-
-
-
Query applied. Showing 2,561 rows, Query applied. Showing 2,561 rows, Query applied. Showing 2,561 rows Query applied. Showing 2,561 rowsQuery applied. Showing 2,561 rows Query applied. Showing 2,561 rows
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- -
-
-
-
Geocoding populated_places_2 (28%)
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
Error in query. Data might be outdated
-
-
-
-
-
-```
-*/
-
-.CDB-BoxLoader {
- padding: 0 $baseSize * 3;
- border-top: 1px solid $cMainLine;
-}
-
-
-.CDB-BoxLoader-inner {
- padding: $baseSize + 4 0;
- border-top: 1px solid $cMainLine;
- &:first-child {
- border-top: 0;
- }
-}
-
-.CDB-BoxLoader-item {
- @include display-flex();
- padding: $baseSize 0;
- color: $cSecondaryText;
- &.is-working {
- color: $cAltText;
- }
-}
-
-.CDB-BoxLoader-info {
- @include flex(1);
- padding-right: $baseSize * 2;
-}
-
-/* SG
-# Boxes/Info Boxes
-
-
-```
-
-
ABOUT PREVIEW MODE
-
He's a queer man, Captain Ahab—so some thinkbut a good one. Oh, thou'lt like him well enough; no fear, no fear
-
CLOSE
-
-
-
-
-
-
ABOUT PREVIEW MODE
-
He's a queer man, Captain Ahab—so some thinkbut a good one. Oh, thou'lt like him well enough; no fear, no fear
-
-
-```
-*/
-
-.CDB-InfoBox {
- padding: 12px 16px;
- border-radius: 4px;
- background: $cThirdBackground;
- &.is-alert {
- background: rgba($cHighlightYellow, 0.6);
- }
-}
-
-.CDB-InfoBox-footer {
- @include display-flex();
- @include align-items(center);
-}
-
-.CDB-InfoBox-footerItem {
- @include flex(1);
-}
-
-.CDB-InfoBox-footerItem--right {
- text-align: right;
-}