diff --git a/apps/site/assets/css/_schedule-page-line-diagram.scss b/apps/site/assets/css/_schedule-page-line-diagram.scss index b8dc8a7fcf..68399239fb 100644 --- a/apps/site/assets/css/_schedule-page-line-diagram.scss +++ b/apps/site/assets/css/_schedule-page-line-diagram.scss @@ -111,7 +111,7 @@ $line-width: 8px; // width of the colored line in the diagram text-align: center; .btn { - padding: unset; + padding: 0; } } @@ -188,11 +188,11 @@ $line-width: 8px; // width of the colored line in the diagram } .c-expandable-block__header { - background-color: unset; + background-color: initial; border: $border; border-bottom: 0; margin-top: 0; - padding: unset; + padding: 0; } // The "show/hide stops" toggle @@ -218,7 +218,7 @@ $line-width: 8px; // width of the colored line in the diagram } .m-schedule-diagram__lines--collapsed { - margin: unset; + margin: initial; } } diff --git a/apps/site/assets/css/_shuttles-page.scss b/apps/site/assets/css/_shuttles-page.scss index 5597efe60e..4e3f42c50e 100644 --- a/apps/site/assets/css/_shuttles-page.scss +++ b/apps/site/assets/css/_shuttles-page.scss @@ -18,7 +18,7 @@ @include media-breakpoint-only(xs) { &:not(:first-child):not(:last-child) { - border-radius: unset; + border-radius: inherit; } &:first-child:not(:last-child) {