equinor / webviz-config-equinor

Provides an Equinor theme for use with webviz-config.
https://github.com/orgs/equinor/projects/24
3 stars 8 forks source link

Remove legacy 62.5% workaround #43

Closed anders-kiaer closed 3 years ago

anders-kiaer commented 3 years ago

It looks like 62.5% is an old workaround in the CSS community wrt. IE scaling.

We don't support IE anymore :arrow_right: remove line 16-18 and 21?

https://github.com/equinor/webviz-config-equinor/blob/9559f378414e4b6c308dd9eed2d38c485f5e5b35/webviz_config_equinor/assets/equinor_theme.css#L16-L21

This would have the benefit of less code + e.g. packages like material UI which use rem (root element, in this case html) font size currently get too small font. This is probably solved when removing these lines.