🎨 améliore le style des boutons dans le guide de création

pull/425/head
Johan Girod 2018-11-20 12:59:01 +01:00
parent b8041a1b09
commit c5b3393aab
3 changed files with 5 additions and 9 deletions

View File

@ -140,6 +140,8 @@
opacity: 0.6;
border: none;
padding: 0.6rem 0;
margin-top: 0;
margin-bottom: 0;
color: inherit;
}

View File

@ -21,6 +21,7 @@ button {
.ui__.answer-group {
display: flex;
justify-content: flex-end;
align-items: center;
}
@media (max-width: 500px) {
.ui__.answer-group {
@ -29,7 +30,7 @@ button {
.ui__.answer-group > * {
flex-grow: 1;
flex-shrink: 0;
margin-right: 0;
margin: 0.5rem !important;
}
}

View File

@ -153,14 +153,7 @@ const SetMainStatus = ({ history, possibleStatus, goBackToPreviousQuestion, t, l
</li>
)}
</ul>
<div
className="ui__ answer-group"
style={{
display: 'flex',
justifyContent: 'space-between'
}}
>
<div className="ui__ answer-group">
<button onClick={goBackToPreviousQuestion} className="ui__ skip-button left">
<T>Précédent</T>
</button>