Skip to content

Commit 9f47fb0

Browse files
authored
chore: change styling to match stacklet (ENG-966) (#37)
* chore: change styling to match stacklet (ENG-966) Adjust colors and logos / icons to match Stacklet branding. Fixes: [ENG-966](https://stacklet.atlassian.net/browse/ENG-966) * Fix navbar bg color
1 parent b2e279b commit 9f47fb0

19 files changed

Lines changed: 17 additions & 17 deletions

File tree

817 Bytes
Loading
4.23 KB
Loading
22.8 KB
Loading
27.9 KB
Loading

client/app/assets/less/ant.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,11 @@
248248
&-item {
249249
// custom rule
250250
&.selected {
251-
background-color: #f6f8f9;
251+
background-color: #f9f7f5;
252252
}
253253

254254
&.disabled {
255-
background-color: fade(#f6f8f9, 40%);
255+
background-color: fade(#f9f7f5, 40%);
256256

257257
& > * {
258258
opacity: 0.4;

client/app/assets/less/inc/base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body {
2525

2626
body {
2727
padding-top: 0;
28-
background: #f6f8f9;
28+
background: #f9f7f5;
2929
font-family: @redash-font;
3030
position: relative;
3131

client/app/components/ApplicationArea/ApplicationLayout/DesktopNavbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import CreateDashboardDialog from "@/components/dashboards/CreateDashboardDialog
88
import { useCurrentRoute } from "@/components/ApplicationArea/Router";
99
import { Auth, currentUser } from "@/services/auth";
1010
import settingsMenu from "@/services/settingsMenu";
11-
import logoUrl from "@/assets/images/redash_icon_small.png";
11+
import logoUrl from "@/assets/images/stacklet_icon_small.png";
1212

1313
import DesktopOutlinedIcon from "@ant-design/icons/DesktopOutlined";
1414
import CodeOutlinedIcon from "@ant-design/icons/CodeOutlined";

client/app/components/ApplicationArea/ApplicationLayout/DesktopNavbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@backgroundColor: #001529;
1+
@backgroundColor: #1c252e;
22
@dividerColor: rgba(255, 255, 255, 0.5);
33
@textColor: rgba(255, 255, 255, 0.75);
44
@brandColor: #ff7964; // Redash logo color

client/app/components/ApplicationArea/ApplicationLayout/MobileNavbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Menu from "antd/lib/menu";
88
import Link from "@/components/Link";
99
import { Auth, currentUser } from "@/services/auth";
1010
import settingsMenu from "@/services/settingsMenu";
11-
import logoUrl from "@/assets/images/redash_icon_small.png";
11+
import logoUrl from "@/assets/images/stacklet_icon_small.png";
1212

1313
import "./MobileNavbar.less";
1414

client/app/components/ApplicationArea/ApplicationLayout/MobileNavbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@backgroundColor: #001529;
1+
@backgroundColor: #1c252e;
22
@dividerColor: rgba(255, 255, 255, 0.5);
33
@textColor: rgba(255, 255, 255, 0.75);
44

0 commit comments

Comments
 (0)