Difference between revisions of "Widget:Homepage"

From LINKS Community Center
Jump to: navigation, search
Line 98: Line 98:
 
         }
 
         }
 
         .orange .placeholder-box::before, .orange .placeholder-box::after { background-color: var(--links-orange); }
 
         .orange .placeholder-box::before, .orange .placeholder-box::after { background-color: var(--links-orange); }
 +
        .grey * {
 +
            color: var(--links-grey);
 +
            border-color: var(--links-grey);
 +
            fill: var(--links-grey);
 +
        }
 +
        .grey .placeholder-box::before, .grey .placeholder-box::after { background-color: var(--links-grey); }
 
         @media screen and (min-width: 992px) {
 
         @media screen and (min-width: 992px) {
 
             #hp-heading .hp-lead { max-width: 50%; }
 
             #hp-heading .hp-lead { max-width: 50%; }
Line 149: Line 155:
 
         </div>
 
         </div>
  
         <div class="hp-compass">
+
         <div class="hp-compass grey">
 
             <div class="d-flex align-items-center">
 
             <div class="d-flex align-items-center">
 
                 <div class="hp-area-icon">
 
                 <div class="hp-area-icon">

Revision as of 17:13, 23 May 2022

   Development verstion of the DCT Homepage.
Not ready for production!