Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCT-2088: Adjust title / value alignment - Metrics → Funding leaderboard desktop views & OCT-2044: Remove letterspacing from Metrics tile headers & OCT-2034: Metrics > Funding leaderboard row headers are misplaced #519

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,8 @@
color: $color-octant-grey5;
font-weight: $font-weight-bold;
display: grid;
grid-template-columns: 8rem 11.8rem 11.8rem 11.8rem;
margin-left: 10rem;
grid-template-columns: 8rem 12rem 12rem 12rem;
margin-left: 8.8rem;
font-size: $font-size-12;
text-align: left;

.label {
margin-left: 0.2rem;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
font-size: $font-size-12;
color: $color-octant-green;
font-weight: $font-weight-bold;
letter-spacing: 0.03rem;
height: 2.4rem;
align-items: center;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
grid-template-columns: auto auto;

@media #{$large-desktop-up} {
grid-template-columns: 21.2rem 8rem 11.8rem 11.8rem 11.8rem;
grid-template-columns: 21.2rem 8rem 12rem 12rem 12rem;
}

&:not(:last-child) {
Expand Down Expand Up @@ -43,7 +43,6 @@
}

.value {
margin-left: 0.2rem;
flex-shrink: 0;
color: $color-octant-grey5;
text-align: right;
Expand Down