Skip to content
Snippets Groups Projects
Commit 2eabc6c3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

add fontawesome icons

parent 09e8447e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,6 +63,7 @@ group :assets do
gem 'uglifier', '>= 1.0.3'
gem "therubyracer"
gem 'bootstrap-sass'
gem "font-awesome-sass-rails", "~> 3.0.0"
end
 
 
Loading
Loading
Loading
Loading
@@ -81,6 +81,9 @@ GEM
railties (>= 3.0.0)
ffaker (1.14.0)
ffi (1.1.5)
font-awesome-sass-rails (3.0.0.1)
railties (>= 3.1.1)
sass-rails (>= 3.1.1)
foreman (0.60.2)
thor (>= 0.13.6)
gitlab_ci_meta (1.0)
Loading
Loading
@@ -257,6 +260,7 @@ DEPENDENCIES
devise
factory_girl_rails
ffaker
font-awesome-sass-rails (~> 3.0.0)
foreman
gitlab_ci_meta
grit
Loading
Loading
@import "bootstrap";
@import "font-awesome";
 
$style_color: #5bc;
 
Loading
Loading
@@ -25,7 +25,7 @@ a {
.navbar-ci {
.navbar-inner {
padding: 4px;
background: $style_color;
background: #2AB;
 
.brand,
.nav > li > a {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment