sfbrigade / bats-server

Routed is an app to help ambulances direct non-critical patients to hospital emergency rooms with the most availability.
https://routedapp.org/
GNU Affero General Public License v3.0
18 stars 12 forks source link

Heading related styles have changed #182

Closed francisli closed 2 years ago

francisli commented 2 years ago

Before:

Screen Shot 2022-07-18 at 2 17 14 PM Screen Shot 2022-07-18 at 2 16 59 PM

After:

Screen Shot 2022-07-18 at 2 16 27 PM Screen Shot 2022-07-18 at 2 16 41 PM
francisli commented 2 years ago

@fwextensions can you help debug this issue?

Something has changed in the CSS compilation that is resulting in styles not appearing correctly. I'm guessing we were previously relying on a broken config that you've since fixed with your refactors/cleanups, and that we need to properly override/customize the heading styles.

fwextensions commented 2 years ago

How can I see that first state, with multiple ringdowns? Is that an ER view?

fwextensions commented 2 years ago

I see, logged in with op.healthcare@c4sf.me. I'll take a look.

francisli commented 2 years ago

I tried changing $theme-font-role-heading from serif to sans but it didn't work for me... but it's definitely heading related, because the styles that are affected are importing mixin h4, for example...