Merge client into next (#1709)

* Merge client
* Add linting script
* Rename serve to start:development
* Move error harmonization and handling to network layer
* Show Comment Stream
* Added initial test
This commit is contained in:
Kiwi
2018-06-27 22:06:30 +00:00
committed by Wyatt Johnson
parent 68794d5919
commit 65c8da0f34
122 changed files with 21057 additions and 42 deletions
+34
View File
@@ -0,0 +1,34 @@
.buttonReset {
/* reset button */
user-select: none;
font-family: inherit;
outline: none;
border: none;
touch-action: manipulation;
padding: 0;
margin: 0;
overflow: hidden;
/* Unify anchor and button. */
cursor: pointer;
display: inline-block;
box-sizing: border-box;
text-align: center;
text-decoration: none;
align-items: flex-start;
vertical-align: middle;
white-space: nowrap;
background: transparent;
font-size: inherit;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
&::-moz-focus-inner {
border: 0;
}
&:-moz-focusring {
color: transparent;
textshadow: 0 0 0 #000;
}
}