🎨 petites améliorations graphiques

pull/294/head
Johan Girod 2018-07-06 18:41:13 +02:00 committed by Mael
parent dffa803111
commit 7231945fe9
3 changed files with 11 additions and 1 deletions

View File

@ -54,6 +54,7 @@ export default class Simu extends Component {
native>
{styles => (
<animated.div
className="ui__ button-container"
style={{
...styles,
display: 'flex',

View File

@ -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 {

View File

@ -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;