Widget: UserGuidance: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 119: | Line 119: | ||
.choice { | .choice { | ||
display: flex; | display: flex; | ||
flex-flow: | flex-flow: column nowrap; | ||
align-items: center; | align-items: center; | ||
} | } | ||
.choice .button { | .choice .button { | ||
transition: all 250ms; | transition: all 250ms; | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
padding: | padding: .75em; | ||
color: #fff; | color: #fff; | ||
border: 1px solid; | border: 1px solid; | ||
} | } | ||
.choice .desc { | .choice .desc { | ||
font-size: 75%; | font-size: 75%; | ||
padding | padding: 1em; | ||
transition: all 250ms; | transition: all 250ms; | ||
} | } |
Revision as of 13:38, 5 June 2023
Development version of the User Guidance.
Under construction.