Template:Stakeholder count widget/styles.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* Dashboard layout */
/* Layout stays the same */
.stakeholder-count-widget {
.stakeholder-count-widget {
     display: flex;
     display: flex;
Line 7: Line 7:
}
}


/* Ensure counts look good */
/* Count styling stays the same */
.stakeholder-count-widget-tile .count {
.stakeholder-count-widget-tile .count {
     display: block;
     display: block;
Line 13: Line 13:
     font-weight: 700;
     font-weight: 700;
     margin-top: 4px;
     margin-top: 4px;
}
/* New: subtle "see ___" link */
.stakeholder-count-widget-tile .see-link {
    display: block;
    margin-top: 2px;
    font-size: 0.85em;
    opacity: 0.7;
}
}