Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 110: Line 110:
 
         }
 
         }
  
 +
        .choice .button {
 +
            flex: 0 0 8.2em;
 +
            white-space: nowrap;
 +
            transition: all 250ms;
 +
            display: flex;
 +
            justify-content: center;
 +
            align-items: center;
 +
            padding: 1em;
 +
            border: 1px solid currentColor;
 +
            background-color: currentColor;
 +
        }
  
 
         .choice .desc {
 
         .choice .desc {
Line 141: Line 152:
 
         }
 
         }
  
       
 
        .choice .button {
 
            flex: 0 0 8.2em;
 
            white-space: nowrap;
 
            transition: all 250ms;
 
            display: flex;
 
            justify-content: center;
 
            align-items: center;
 
            padding: 1em;
 
            background-color: currentColor;
 
            color: #fff;
 
        }
 
 
        .choice:hover .button {
 
            color: currentColor;
 
            background-color: transparent;
 
        }
 
/*
 
 
         .choice.tech:hover .button {
 
         .choice.tech:hover .button {
 
             background-color: var(--links-blue);
 
             background-color: var(--links-blue);
Line 182: Line 175:
 
             background-color: var(--safe-color);
 
             background-color: var(--safe-color);
 
             color: #fff;
 
             color: #fff;
         } */
+
         }
 
     </style>
 
     </style>
  

Revision as of 16:05, 5 December 2022

Development version of the Compass.
Not ready for production!