Adding config for puma, dashboard layout, fixing some queries
This commit is contained in:
parent
447cfef62d
commit
aab9f57e36
25 changed files with 264 additions and 134 deletions
|
@ -9,7 +9,6 @@ $lighter-text-color: #8b8687;
|
|||
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic);
|
||||
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);
|
||||
@import "font-awesome-sprockets";
|
||||
@import "font-awesome";
|
||||
|
||||
/* http://meyerweb.com/eric/tools/css/reset/
|
||||
|
@ -334,3 +333,4 @@ body {
|
|||
@import 'home';
|
||||
@import 'accounts';
|
||||
@import 'stream_entries';
|
||||
@import 'dashboard'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue