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

Bold Position Manager Header Titles TM-2028 #1191

Merged
merged 8 commits into from
Oct 23, 2020
12 changes: 5 additions & 7 deletions src/sass/_bureau.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@

.bid-count-container {
margin: 0 0 0 auto;
.bid-count-label {
font-size: 15px;
}
}

.bureau-card--header {
Expand Down Expand Up @@ -214,8 +217,8 @@
}

dt {
color: $primary-gray-dark;
font-size: .85em;
color: $color-black;
font-size: 1.5rem;
margin-bottom: .5em;
}
}
Expand Down Expand Up @@ -319,11 +322,6 @@
}
}

.bid-count-label {
margin-right: 0;
min-width: 225px;
}

SidelineCory24 marked this conversation as resolved.
Show resolved Hide resolved
.bid-count-list {
float: left;
margin-bottom: 5px;
Expand Down