Widget: Compass: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 15:05, 5 December 2022

Development version of the Compass.
Not ready for production!