Widget: Compass: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 125: | Line 125: | ||
flex-flow: row nowrap; | flex-flow: row nowrap; | ||
justify-content: flex-start; | justify-content: flex-start; | ||
align-items: | align-items: flex-start; | ||
} | } | ||
Line 140: | Line 140: | ||
.choice .desc { | .choice .desc { | ||
flex: 0 1 | flex: 0 1 18em; | ||
font-size: 75%; | font-size: 75%; | ||
padding: 1em; | padding-left: 1em; | ||
transition: all 250ms; | transition: all 250ms; | ||
} | } | ||
.choice:hover .desc { | .choice:hover .desc { | ||
font-weight: | font-weight: 600; | ||
} | } | ||
Revision as of 16:56, 23 November 2022
Development version of the Compass.
Not ready for production!