We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdcd70 commit 6521ffbCopy full SHA for 6521ffb
client_app/src/yp-group/yp-group-card.html
@@ -333,18 +333,18 @@
333
}
334
335
.group-name[has-data-viz] {
336
- padding-top: 26px;
+ padding-top: 26px;
337
338
339
.stats[has-hidden-objectives] {
340
- background-color: var(--primary-color-800);
341
- color: #FFF !important;
342
- position: absolute;
343
- --main-stats-color-on-white: #fff;
344
- padding-top: -4px;
345
- margin-top: 0;
346
- bottom: 4px;
347
- 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;
348
349
</style>
350
0 commit comments