Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
Modifies styling for company revenue tables to enhance readability
Browse files Browse the repository at this point in the history
  • Loading branch information
brentryanjohnson committed Sep 10, 2018
1 parent 2381ff3 commit 8b630a0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _sass/blocks/explore/_regions-list.scss
Expand Up @@ -60,6 +60,10 @@
text-align: left;
}

.name td {
border-top: none;
}

.bar_dollars {
padding-right: $base-padding;
}
Expand Down Expand Up @@ -144,7 +148,6 @@
vertical-align: bottom;
}


.bar { // specific to reconcilation
width: 100px;

Expand Down Expand Up @@ -196,6 +199,12 @@
position: relative;
}

tbody:not(:first-child):before {
content: '';
display: block;
height: 2rem;
}

.region-name,
.map-legend {
@include respond-to(large-down) {
Expand Down

0 comments on commit 8b630a0

Please sign in to comment.