Remove fixed table on dashboard and improve input placeholders
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user