🎨 améliore le style des boutons dans le guide de création
parent
b8041a1b09
commit
c5b3393aab
|
@ -140,6 +140,8 @@
|
|||
opacity: 0.6;
|
||||
border: none;
|
||||
padding: 0.6rem 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue