Skip to content

Commit

Permalink
update background color on registration pages
Browse files Browse the repository at this point in the history
  • Loading branch information
biyeun committed Jan 17, 2025
1 parent 0983a0c commit 843ef6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
bottom: 0;
left: 0;
right: 0;
background-color: #45566E;
opacity: 0.75;
background: linear-gradient(@commcare-blue, #323b43);
opacity: 0.3;
}

.bg-container {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
@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

0 comments on commit 843ef6f

Please sign in to comment.