app/assets/stylesheets/application.css.sass
/*
* 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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*= require_tree .
*= require chosen
*= require_self
*/
@import "bootstrap-sprockets"
@import "bootstrap"
@import url('https://fonts.googleapis.com/css?family=Karla:400,700')
@import "font-awesome-sprockets"
@import "font-awesome"
.nav-pills
li.active
a
color: #23527c
border-bottom: 5px solid #337ab7
background-color: initial
border-radius: 0px
padding: 5px 10px
&:hover
background-color: #FFF
color: #23527c