From 3f11af2cc8e7928428c71672957d898c6e48827d Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Thu, 16 Apr 2015 17:30:25 +0300 Subject: [PATCH] Added general to registrar --- app/assets/stylesheets/registrar-manifest.sass | 1 + app/assets/stylesheets/shared/general.sass | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/registrar-manifest.sass b/app/assets/stylesheets/registrar-manifest.sass index d5381599c..ee44ea42d 100644 --- a/app/assets/stylesheets/registrar-manifest.sass +++ b/app/assets/stylesheets/registrar-manifest.sass @@ -1,5 +1,6 @@ //= require 'shared/custom-boostrap' @import shared/fonts +@import shared/general @import nprogress @import nprogress-bootstrap @import typeaheadjs diff --git a/app/assets/stylesheets/shared/general.sass b/app/assets/stylesheets/shared/general.sass index d024e9c98..fe3cfa9ee 100644 --- a/app/assets/stylesheets/shared/general.sass +++ b/app/assets/stylesheets/shared/general.sass @@ -4,9 +4,6 @@ html -webkit-text-size-adjust: 100% -ms-text-size-adjust: 100% -body - background: url(image_path('bg.jpg')) - h1 font-size: 26px margin-bottom: 16px