Skip to content

Commit

Permalink
Merge pull request #181 from ncov19-us/font-fixes
Browse files Browse the repository at this point in the history
style: font fixes and sidebar heights
  • Loading branch information
hurshd0 committed Apr 13, 2020
2 parents 0c8d4d4 + d8b19a3 commit 14f9468
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/css/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,16 @@
--font-size-chart-h1: 1.5vw;
--font-size-chart-h2: .9vw;
--font-size-last-updated: .7vw;
--font-size-dropdown-arrow: 1rem;
--font-size-github-favicon: 2rem;

/* Font Weights */
--font-weight-stats-numbers: 500;
--font-weight-table-headings: 500;
--font-weight-bold: 700;

/* Heights */
--max-height-sidebar: 550px;
--max-height-sidebar: 700px;
--max-height-chart: 450px;

/* Margins */
Expand All @@ -63,7 +65,7 @@

/* About Page Variables */
--about-font-color:#fefefe;
--about-font-color-black:black;
--about-font-color-black: #010915;
--about-border-color:#fefefe;
--about-bg-color:#19202A;
--about-bg-color-light:#D2D2D2;
Expand All @@ -82,7 +84,6 @@
--drop-down-bg-color:#1F242D;
--drop-down-border-color:#FFFFFF;
--drop-down-rounded-corners: 7px;

}

/* Custom Scroll bar */
Expand Down Expand Up @@ -258,7 +259,6 @@
font-weight: 500;
border-radius: var(--drop-down-rounded-corners);
color:var(--nav-font-color);

}


Expand Down Expand Up @@ -305,7 +305,7 @@
.states-dropdown .Select-menu-outer {
background-color: var(--drop-down-bg-color);
border-color: transparent;
font-size: 1rem;
font-size: var(--font-size-dropdown-arrow);
z-index: 1000000;
width:91%;
margin-top: 5%;
Expand Down Expand Up @@ -1034,7 +1034,7 @@
}

.fab.fa-github {
font-size: 2rem;
font-size: var(--font-size-github-favicon);
color: #BDBDBD;
}

Expand Down

0 comments on commit 14f9468

Please sign in to comment.