Meilleur 🎨 sur bureau

pull/385/head
Mael 2018-09-12 17:07:38 +02:00
parent b71f414cf8
commit ca747a622f
2 changed files with 7 additions and 6 deletions

View File

@ -4,22 +4,22 @@
}
#controlsBlock h3 {
text-align: center;
margin: 0 0 0.6em;
border-bottom-width: 1px;
border-bottom-style: solid;
width: 5.5em;
margin: 0.6em auto;
text-align: center;
}
#controlsBlock #controlContent {
font-size: 90%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
p#controlExplanation {
margin: 0.3em 0 0.6em;
display: flex;
justify-content: center;
}
/*Disable links visually */
@ -40,4 +40,5 @@ p#controlExplanation {
#controlsBlock #solution {
display: flex;
align-items: center;
justify-content: center;
}

View File

@ -32,7 +32,7 @@ function Controls({ blockingInputControls, controls, startConversation }) {
level === 'avertissement' ? '#e67e22' : '#34495e'
}}>
{level === 'avertissement'
? 'Attention !'
? 'Attention'
: 'Information'}
</h3>
<p id="controlExplanation">{makeJsx(evaluated)}</p>