Widget: Compass: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 83: | Line 83: | ||
.choice { | .choice { | ||
display: flex; | display: flex; | ||
flex-direction: column; | |||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
Line 88: | Line 89: | ||
transition: all 250ms; | transition: all 250ms; | ||
} | } | ||
.choice small { font-size: 70%; } | |||
.choice.tech { color: var(--links-blue); border: 1px solid var(--links-blue); } | .choice.tech { color: var(--links-blue); border: 1px solid var(--links-blue); } |
Revision as of 16:13, 22 November 2022
Development version of the Compass.
Not ready for production!