initial commit

This commit is contained in:
2021-08-07 15:30:43 +03:00
parent 1297c8b4f6
commit b81e6a6c37
23 changed files with 660 additions and 153 deletions

24
src/scss/style.scss Normal file
View File

@@ -0,0 +1,24 @@
@import 'reset-css';
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: $light;
background: $darker;
padding-top: 48px;
input, button {
border: none;
border-radius: 16px;
}
.category {
border-radius: 16px;
padding: 4px 12px;
cursor: pointer;
color: $darker;
}
}