Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 3, 2023
1 parent 87856fa commit 7fba97e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ $theme-colors: (
"action": $base-color,
"error": $red-dark) !default;

$template-background-light: #f0f4fb; //light background color, frontend dashboard background and installer
// body background
$template-background-light: #f0f4fb; //light background color, frontend dashboard background and installer body background

$atum-colors: (
template-sidebar-bg: var(--template-bg-dark-80),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@

.card-header {
display: flex;
align-items: center;
padding: 1rem 1rem .75rem;
font-weight: $font-weight-bold;
color: var(--template-bg-dark);
background: var(--card-bg);
align-items: center;
background-color: var(--card-bg);

> [class^="icon-"],
> img {
Expand Down
2 changes: 1 addition & 1 deletion installation/template/scss/template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ $body-bg: $template-background-light;
// For now in dark mode we swap the color and the background around. But this probably is too much
// emphasis than we require for the header
.j-install-step-header {
background-color: $dark-blue;
color: #fff;
background-color: $dark-blue;
}
}
}
Expand Down

0 comments on commit 7fba97e

Please sign in to comment.