Skip to content

Commit

Permalink
Group card layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjarnason committed Sep 26, 2022
1 parent 0cdcd70 commit 6521ffb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions client_app/src/yp-group/yp-group-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,18 +333,18 @@
}

.group-name[has-data-viz] {
padding-top: 26px;
padding-top: 26px;
}

.stats[has-hidden-objectives] {
background-color: var(--primary-color-800);
color: #FFF !important;
position: absolute;
--main-stats-color-on-white: #fff;
padding-top: -4px;
margin-top: 0;
bottom: 4px;
left: 0;
background-color: var(--primary-color-800);
color: #FFF !important;
position: absolute;
--main-stats-color-on-white: #fff;
padding-top: -4px;
margin-top: 0;
bottom: 4px;
right: 4px;
}
</style>

Expand Down

0 comments on commit 6521ffb

Please sign in to comment.