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;
            color: #fff;
        }
        .choice:hover .button {
            color: currentColor;
            background-color: transparent;
        }


         .choice .desc {
         .choice .desc {
Line 156: Line 139:
         .choice.safe {
         .choice.safe {
             color: var(--safe-color);
             color: var(--safe-color);
        }
       
        .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;
         }
         }
/*  
/*  

Revision as of 15:03, 5 December 2022

Development version of the Compass.
Not ready for production!