Remove fixed table on dashboard and improve input placeholders

This commit is contained in:
Frederic Guillot
2016-08-13 19:34:21 -04:00
parent 4520026e91
commit a631b76175
7 changed files with 19 additions and 11 deletions

View File

@@ -27,3 +27,13 @@
@mixin grid_width($width)
width: $width * 100%
@mixin placeholder
&::-webkit-input-placeholder
@content
&:-moz-placeholder
@content
&::-moz-placeholder
@content
&:-ms-input-placeholder
@content