Jump to content

This site is currently in alpha, so you will run into rough edges.

Please send feedback or ideas to connect@deeptech.wiki

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

From The Deep Tech Wiki
No edit summary
No edit summary
Line 11: Line 11:
     text-align: center;
     text-align: center;
     padding: 10px 0;
     padding: 10px 0;
     font-size: 1.3em;
     font-size: 1.1em;
}
}


Line 17: Line 17:
.stakeholder-count-widget-tile .count {
.stakeholder-count-widget-tile .count {
     display: block;
     display: block;
     font-size: 1.7em;
     font-size: 1.5em;
     font-weight: 700;
     font-weight: 700;
     margin: 6px 0;
     margin: 6px 0;

Revision as of 13:19, 20 November 2025

/* Dashboard layout */
.stakeholder-count-widget {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    margin: 1em 0;
}

/* Make each tile look like a centered card */
.stakeholder-count-widget-tile {
    text-align: center;
    padding: 10px 0;
    font-size: 1.1em;
}

/* Count styling */
.stakeholder-count-widget-tile .count {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    margin: 6px 0;
}

/* "See ___" links */
.stakeholder-count-widget-tile a {
    font-size: 0.9em;
}