N°7793 Add breaking changes introduced by adding common SCSS variables between backoffice and end-user portal (#675)

* N°7793 Add breaking changes induce by adding common SCSS variables between backoffice and end-user portal

* N°7793 Handle breaking changes in darkmoon theme
This commit is contained in:
Stephen Abello
2024-11-08 10:04:56 +01:00
committed by GitHub
parent 317cd585b2
commit be5e4458ba
9 changed files with 152 additions and 128 deletions

View File

@@ -35,7 +35,7 @@ $ibo-font-weight-950: $common-font-weight-950 !default; /* 950 Extra Black (Ultr
$ibo-font-family-base: $common-font-family-base !default;
$ibo-font-family-fallbacks: $common-font-family-fallbacks !default;
$ibo-font-family-monospace: $common-font-family-monospace !default;
$ibo-font-family-code: $ibo-font-family-monospace !default;
$ibo-font-family-code: $common-font-family-code !default;
:root {
--ibo-font-size-50: #{$ibo-font-size-50};