2016-12-28 23:49:51 +01:00
|
|
|
*
|
|
|
|
position relative
|
|
|
|
box-sizing border-box
|
|
|
|
background-clip padding-box !important
|
|
|
|
|
2017-02-08 21:56:06 +01:00
|
|
|
html
|
|
|
|
body
|
|
|
|
margin 0
|
|
|
|
padding 0
|
|
|
|
|
|
|
|
body
|
2017-02-11 15:50:49 +01:00
|
|
|
overflow-wrap break-word
|
2017-02-08 21:56:06 +01:00
|
|
|
|
2016-12-28 23:49:51 +01:00
|
|
|
input:not([type])
|
|
|
|
input[type='text']
|
|
|
|
input[type='password']
|
|
|
|
input[type='email']
|
|
|
|
textarea
|
|
|
|
button
|
|
|
|
progress
|
|
|
|
-webkit-appearance none
|
|
|
|
-moz-appearance none
|
|
|
|
appearance none
|
|
|
|
box-shadow none
|
|
|
|
|
|
|
|
button
|
|
|
|
margin 0
|
|
|
|
padding 0
|
|
|
|
background transparent
|
|
|
|
border none
|
|
|
|
cursor pointer
|
|
|
|
color inherit
|
|
|
|
|
|
|
|
*
|
|
|
|
pointer-events none
|
2017-02-13 22:02:29 +01:00
|
|
|
|
|
|
|
pre
|
|
|
|
white-space pre
|