From 6ed52d01b356932537effcc008661a90047bc9b0 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Mon, 9 Sep 2024 11:46:29 -0400 Subject: [PATCH] fixup! feat: Update detour list page and table styles for mobile --- assets/css/bootstrap/_variable_overrides.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/bootstrap/_variable_overrides.scss b/assets/css/bootstrap/_variable_overrides.scss index 7f18ff781..0aee41a14 100644 --- a/assets/css/bootstrap/_variable_overrides.scss +++ b/assets/css/bootstrap/_variable_overrides.scss @@ -17,6 +17,11 @@ $service-alert: semantic.$service-alert; $light: new_tokens.$gray-50; $dark: new_tokens.$gray-900; +// These breakpoints are overridden in order to match with our old set +// of breakpoints, defined in _skate_ui.scss. Our long-term goal is to +// replace our "custom" breakpoint system with these bootstrap +// breakpoints, and then possibly to change these values to match our +// forward-looking designs. $grid-breakpoints: ( xs: 0,