big refactor for test and admin namespace
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
||||
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
||||
*
|
||||
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
||||
* compiled file, but it's generally better to create a new file per style scope.
|
||||
*
|
||||
*= require_directory .
|
||||
* require 'bootstrap-devise-rails'
|
||||
*= require_self
|
||||
*/
|
||||
@@ -0,0 +1,3 @@
|
||||
@import bootstrap
|
||||
body
|
||||
padding-top: 60px !important
|
||||
@@ -12,13 +12,13 @@ body {
|
||||
// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
|
||||
// Note: If you use asset_path() here, your compiled boostrap_and_overrides.css will not
|
||||
// have the proper paths. So for now we use the absolute path.
|
||||
@fontAwesomeEotPath: '/assets/fontawesome-webfont.eot';
|
||||
@fontAwesomeWoffPath: '/assets/fontawesome-webfont.woff';
|
||||
@fontAwesomeTtfPath: '/assets/fontawesome-webfont.ttf';
|
||||
@fontAwesomeSvgPath: '/assets/fontawesome-webfont.svg';
|
||||
//@fontAwesomeEotPath: '/assets/fontawesome-webfont.eot';
|
||||
//@fontAwesomeWoffPath: '/assets/fontawesome-webfont.woff';
|
||||
//@fontAwesomeTtfPath: '/assets/fontawesome-webfont.ttf';
|
||||
//@fontAwesomeSvgPath: '/assets/fontawesome-webfont.svg';
|
||||
|
||||
// Font Awesome
|
||||
@import "fontawesome";
|
||||
//@import "fontawesome";
|
||||
|
||||
// Your custom LESS stylesheets goes here
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user