Add MobX for state management
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user