Added swipable menu

This commit is contained in:
Alejandro Celaya
2018-08-14 20:28:46 +02:00
parent 42d718960f
commit cb9dc9d65e
11 changed files with 139 additions and 48 deletions

View File

@@ -1,5 +1,11 @@
@import './utils/base';
html,
body,
#root {
height: 100%
}
* {
outline: none !important;
}