From a541e937ca8b299092d0dc7f45d8f0b66ecc0131 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 24 Aug 2016 21:08:00 +0200 Subject: More styling for statuses --- app/assets/stylesheets/application.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/assets/stylesheets/application.scss') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 668b6f90d..a444a2ff2 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -357,7 +357,6 @@ body { } } -@import 'home'; @import 'accounts'; @import 'stream_entries'; -@import 'dashboard' +@import 'components' -- cgit