Skip to content

Commit

Permalink
fix: use proposed colors for #global-error
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Nov 18, 2020
1 parent 5edd4dd commit 0f98768
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@ exports[`GlobalError scss have to match default theme snapshot 1`] = `
* GlobalError theme
*
*/
/**
* This file is only used to make themes independent
* so that they can get imported individually, without the core styles
*
*/
/*
* Utilities
*/
.dnb-global-error {
background-color: var(--color-white); }
.dnb-global-error .dnb-h--xx-large {
color: var(--color-fire-red); }
.dnb-global-error .dnb-p {
color: var(--color-ocean-green); }
"
`;

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
*
*/

@import '../../../../style/themes/imports.scss';
// @import '../../../../style/themes/imports.scss';

.dnb-global-error {
background-color: var(--color-white);

.dnb-h--xx-large {
color: var(--color-fire-red);
}
.dnb-p {
color: var(--color-ocean-green);
}
}
// .dnb-global-error {
// }

0 comments on commit 0f98768

Please sign in to comment.