Skip to content

Commit

Permalink
change color scheme to new material design
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Adjei-Baah <dennis@buoyant.io>
  • Loading branch information
Dennis Adjei-Baah committed Sep 11, 2018
1 parent eec5857 commit 465636b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions web/app/css/breadcrumb-header.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@import 'styles.css';

.ant-layout-header {
background-color: #26e99d;
background-color: var(--green);
height: 60px;
z-index: 100;
position: fixed;
width: 100vw;
padding:16px 50px;

& span.ant-breadcrumb-link, & span.ant-breadcrumb-separator, & :first-child {
color: black;
color: #404544;
font-size: 22px;
font-weight: 500;
}
Expand Down
4 changes: 2 additions & 2 deletions web/app/css/service-mesh.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
background-color: rgb(130,130,130, 0.8);;
}
&.poor{
background-color: rgb(235, 87, 87, 0.8);
background-color: rgba(255, 77, 43, 0.8);
}
&.good{
background-color: rgb(39, 174, 96, 0.8);
background-color: rgba(38, 233, 157, 0.8);
}
}
}
Expand Down
8 changes: 8 additions & 0 deletions web/app/css/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ ul.ant-menu.ant-menu-sub {
line-height: 2;
min-height: 56px;
}

& .ant-badge-status-success {
background-color: var(--green);
}

& .ant-badge-status-error {
background-color: var(--siennared);
}
}

.ant-layout-sider {
Expand Down
6 changes: 3 additions & 3 deletions web/app/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
--coldgrey: #c9c9c9;
--neutralgrey: #828282;
--silver: #BDBDBD;
--green: #27AE60;
--siennared: #EB5757;
--orange: #FF8C00;
--green: #26E99D;
--siennared: #FF4D2B;
--orange: #ffae4b;
--latency-p99: var(--royalblue);
--latency-p95: var(--curiousblue);
--latency-p50: var(--pictonblue);
Expand Down

0 comments on commit 465636b

Please sign in to comment.