Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize alert panels #2411

Merged
merged 23 commits into from
Dec 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tweak and rearrange color codes
auumgn committed Dec 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 78f0b636cf7040a4ddca3398a40db2eb2a9b9fac
20 changes: 9 additions & 11 deletions src/assets/scss/material.palettes.scss
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ $text-dark-mid: rgba(0, 0, 0, 0.6);
$text-dark-high: rgba(0, 0, 0, 0.9);
$ui-background-darkest: #212121;

$brand-primary-lightest: #f5f9e8;
$brand-primary-lightest: #fcfdf9;
$brand-logo-grey: #a6a8ab;
$ui-background-lightest: #fafafa;
$ui-background-light: #eeeeee;
@@ -134,20 +134,24 @@ $seamlessaccess-blue: #216e93;
$brand-primary: #a6ce39;

$brand-primary-dark: #7faa26;
$brand-primary-darkest: #447405;

// state-notice zepling colors
$state-notice-light: #ffdf72;

$state-notice-dark: #ff9c00;

$state-notice-lightest: #fffbee;

$state-notice-darkest: #ff6400;

$state-warning-dark: #d32f2f;
$state-info-dark: #1565c0;
$state-info-lightest: #f1f8fe;
$state-info-darkest: #0d47a1;

$state-warning-dark: #d32f2f;
$state-warning-lightest: rgba(255, 235, 238, 0.25);
$state-warning-darkest: #b71c1c;

$brand-quad-darkest: #66002b;

$panel-shadow: rgba(214, 214, 214, 1);

// UI background colours
@@ -159,9 +163,3 @@ $ui-background-dark: #616161;
// .
// .
$dark-primary-background: #f6f6f6;

$state-info-dark: #1565c0;
$state-info-lightest: #bbdefb;

$state-info-darkest: #0d47a1;
$state-info-lightest: #f1f8fe;