整理した

This commit is contained in:
syuilo
2018-03-29 20:32:18 +09:00
parent 8a279a4656
commit cf33e483f7
552 changed files with 360 additions and 1311 deletions

32
src/client/app/reset.styl Normal file
View File

@@ -0,0 +1,32 @@
input:not([type])
input[type='text']
input[type='password']
input[type='search']
input[type='email']
textarea
button
progress
-webkit-appearance none
-moz-appearance none
appearance none
box-shadow none
textarea
font-family sans-serif
button
margin 0
background transparent
border none
cursor pointer
color inherit
*
pointer-events none
&[disabled]
cursor default
pre
overflow auto
white-space pre