Add MobX for state management

This commit is contained in:
Jan Tuomi
2018-06-20 12:54:44 +03:00
parent 71dbb2b58c
commit 04d6bd032a
12 changed files with 195 additions and 59 deletions
+20
View File
@@ -0,0 +1,20 @@
@import "../../index.scss";
.button {
-webkit-appearance: none;
border-radius: none;
padding: 0.5rem 1rem;
margin: 0.5rem;
border: 2px solid $blue;
font-size: 1rem;
font-weight: 500;
&:hover {
border: 2px solid $dark-blue;
}
&:active,
&:focus {
outline: none;
}
}