🎨 petites améliorations graphiques
parent
dffa803111
commit
7231945fe9
|
@ -54,6 +54,7 @@ export default class Simu extends Component {
|
|||
native>
|
||||
{styles => (
|
||||
<animated.div
|
||||
className="ui__ button-container"
|
||||
style={{
|
||||
...styles,
|
||||
display: 'flex',
|
||||
|
|
|
@ -97,6 +97,13 @@
|
|||
font-size: 80%;
|
||||
padding: 0.4rem 0.8rem;
|
||||
border-radius: 0.3rem;
|
||||
|
||||
}
|
||||
.ui__.button-container > * {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
.ui__.button-container > :not(:last-child) {
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
|
||||
@keyframes push-button-down {
|
||||
|
|
|
@ -12,7 +12,9 @@ body {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3.1rem;
|
||||
font-size: 2.8rem;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
h2 {
|
||||
font-size: 2.1rem;
|
||||
|
|
Loading…
Reference in New Issue