diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/backgrounds._backgrounds.style.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/backgrounds._backgrounds.style.diff.txt index 9e7bda53b6b4..5bd7914232ea 100644 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/backgrounds._backgrounds.style.diff.txt +++ b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/backgrounds._backgrounds.style.diff.txt @@ -15,16 +15,7 @@ } .bg-full-cover-fixed.b-loaded { -@@ -23,13 +23,13 @@ - bottom: 0; - left: 0; - right: 0; -- background: linear-gradient(#5D70D2, #323b43); -- opacity: 0.3; -+ background-color: #45566E; -+ opacity: 0.75; - } - +@@ -30,6 +30,6 @@ .bg-container { height: 100%; width: 100%; diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables.style.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables.style.diff.txt index edac23c75f8a..c05fb540d9e2 100644 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables.style.diff.txt +++ b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables.style.diff.txt @@ -1,6 +1,6 @@ --- +++ -@@ -1,123 +1,121 @@ +@@ -1,120 +1,121 @@ -@import "@{b3-import-variables}"; +// Grid Containers +// we will want to adapt the defaults in a full redesign @@ -134,9 +134,6 @@ -@cc-brand-hi: #bcdeff; -@cc-brand-mid: #004ebc; -@cc-brand-low: #002c5f; -- --// used in registration app only. will be merged into "brand" color Bootstrap 5 migration --@commcare-blue: #5D70D2; +$cc-brand-hi: #bcdeff; +$cc-brand-mid: #004ebc; +$cc-brand-low: #002c5f; @@ -172,7 +169,7 @@ -@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2); -@navbar-default-bg: @cc-bg; - --@navbar-footer-height: 40px; +-@navbar-footer-height: 38px; -@navbar-footer-link-color: mix(darken(#ffffff, 10), @brand-primary, 90); -@navbar-footer-link-color-hover: @gray-lighter; -@navbar-footer-button-color: #474747; diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables_bootstrap3.style.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables_bootstrap3.style.diff.txt index af944a22ba52..526b1d88538d 100644 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables_bootstrap3.style.diff.txt +++ b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/stylesheets/imports/includes_variables._variables_bootstrap3.style.diff.txt @@ -1,6 +1,6 @@ --- +++ -@@ -1,123 +1,67 @@ +@@ -1,120 +1,67 @@ -@import "@{b3-import-variables}"; +/* +These are Boostrap 3 variables that were carried over in the @@ -67,7 +67,7 @@ -@call-to-action-mid: #5c6ac5; -@call-to-action-low: #212f78; -@call-to-action-extra-low: #000639; -+$navbar-footer-height: 40px; ++$navbar-footer-height: 38px; +$navbar-footer-link-color: mix(darken(#ffffff, 10), $brand-primary, 90%); +$navbar-footer-link-color-hover: $gray-lighter; +$navbar-footer-button-color: #474747; @@ -97,9 +97,6 @@ -@cc-brand-mid: #004ebc; -@cc-brand-low: #002c5f; - --// used in registration app only. will be merged into "brand" color Bootstrap 5 migration --@commcare-blue: #5D70D2; -- -// Accent colors used in few places (billing, web apps, one-offs). Minimize usage. -@cc-dark-cool-accent-hi: #d6c5ea; -@cc-dark-cool-accent-mid: #9060c8; @@ -128,7 +125,7 @@ -@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2); -@navbar-default-bg: @cc-bg; - --@navbar-footer-height: 40px; +-@navbar-footer-height: 38px; -@navbar-footer-link-color: mix(darken(#ffffff, 10), @brand-primary, 90); -@navbar-footer-link-color-hover: @gray-lighter; -@navbar-footer-button-color: #474747;