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

@@ -2,7 +2,7 @@ $xs-device-width: 480px
$sm-device-width: 768px
$md-device-width: 1150px
$colors: ('primary': #333, 'light': #999, 'dark': #000, 'medium': #555, 'error': #b94a48)
$colors: ('primary': #333, 'light': #999, 'lighter': #dedede, 'dark': #000, 'medium': #555, 'error': #b94a48)
$link-colors: ('primary': #3366CC, 'focus': #DF5353, 'hover': #333)
$background-colors: ('primary': #fbfbfb, 'light': #fcfcfc)