Skip to content

Commit

Permalink
rebuild bootstrap 5 diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
biyeun committed Nov 16, 2023
1 parent 44a185c commit 16c0750
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 16c0750

Please sign in to comment.