Widget: Compass: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 69: | Line 69: | ||
.answer.opened { | .answer.opened { | ||
display: block; | display: block; | ||
margin: 2em; | |||
} | |||
.answer-wrapper { | |||
display: grid; | |||
grid-template-columns: 1fr 1fr; | |||
} | |||
.choice { | |||
background-color: var(--links-blue); | |||
} | } | ||
</style> | </style> | ||
Line 81: | Line 91: | ||
want to collect and analyse information? | want to collect and analyse information? | ||
<div class="answer"> | <div class="answer"> | ||
<div class="answer-wrapper"> | |||
<div class="choice tech">Technologies</div> | |||
<div class="choice guide">Guidelines</div> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
<div class="question" data-aspect="Socio-/Technical"> | <div class="question" data-aspect="Socio-/Technical"> |
Revision as of 16:01, 22 November 2022
Development version of the Compass.
Not ready for production!