Widget: Homepage: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
Line 39: Line 39:
         .hp-button-wrapper { text-align: center; }
         .hp-button-wrapper { text-align: center; }
         .hp-large-button {
         .hp-large-button {
             display: flex;
             display: inline-block;
            flex-flow: row nowrap;
             background-color: var(--links-grey);
             background-color: var(--links-grey);
             color: #fff;
             color: #fff;
Line 51: Line 50:
             cursor: pointer;
             cursor: pointer;
         }
         }
         .hp-large-button svg { fill: #fff; }
         .hp-large-button svg { fill: #fff; height: 4em; }
         .hp-large-button:hover { text-decoration: none; }
         .hp-large-button:hover { text-decoration: none; }
         .loaded .hp-large-button { opacity: 1; }
         .loaded .hp-large-button { opacity: 1; }

Revision as of 13:45, 25 November 2022

Second version of the LINKS Community Center homepage.
Do not modify!