Skip to content

Commit

Permalink
Some simple visual fixes for YX
Browse files Browse the repository at this point in the history
Summary:
- new map  and map-legend styling
- new logos
- roundness fixes for couple panels

Test Plan:
Open the app, check new logos and map.
{F12526}{F12525}

old version for comparison
{F12527}

Reviewers: andrew, ram

Reviewed By: ram

Subscribers: sid, karthik, ui

Differential Revision: https://phabricator.dev.yugabyte.com/D7061
  • Loading branch information
vitpankin committed Aug 13, 2019
1 parent 35b79bc commit bc90eaa
Show file tree
Hide file tree
Showing 14 changed files with 953 additions and 49 deletions.
Binary file modified managed/ui/public/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions managed/ui/src/app/stylesheets/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
text-align: center;

.logo {
height: 40px;
height: 56px;
margin: 0 auto 50px auto;
margin-bottom: 20px !important;
margin-bottom: 35px !important;
display: block;
}
span {
color: #fff;
color: rgba($YB_SIDEBAR_TEXT, 0.5);
display: inline-block;
margin: 0 0 25px 0;
margin: 0 0 10px 0;
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions managed/ui/src/app/stylesheets/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.container-body {
padding: 60px 0 25px 90px;
padding: 60px 0 45px 90px;

& > *:first-child {
&:before {
Expand All @@ -38,7 +38,7 @@
}

.dashboard-container {
padding: 30px 30px 50px 30px;
padding: 30px 30px 30px 30px;
}
}

Expand Down
420 changes: 419 additions & 1 deletion managed/ui/src/components/common/YBLogo/images/yb_yblogo_darkbg.svg
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.
Loading

0 comments on commit bc90eaa

Please sign in to comment.