Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Update haml gem and space buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Oct 11, 2017
1 parent 370d47e commit d7108a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -32,7 +32,7 @@ gem 'flag_shih_tzu'
gem 'font-awesome-rails'
gem 'geocoder'
gem 'github_api'
gem 'haml', '~> 4.0.7' # 5.0.x has formatting issues caused by removal of the :ugly option https://git.io/v5i0G
gem 'haml'
gem 'highline'
gem 'html_truncator'
gem 'httparty'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Expand Up @@ -142,7 +142,7 @@ GEM
activemodel-serializers-xml (~> 1.0)
activesupport (~> 5.0)
request_store (~> 1.0)
erubi (1.6.1)
erubi (1.7.0)
erubis (2.7.0)
eventmachine (1.2.5)
execjs (2.7.0)
Expand Down Expand Up @@ -189,7 +189,8 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
haml (4.0.7)
haml (5.0.3)
temple (>= 0.8.0)
tilt
hashdiff (0.3.6)
hashie (3.5.6)
Expand Down Expand Up @@ -392,6 +393,7 @@ GEM
strong_password (0.0.5)
sucker_punch (2.0.3)
concurrent-ruby (~> 1.0.0)
temple (0.8.0)
terminal-notifier (1.8.0)
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
Expand Down Expand Up @@ -461,7 +463,7 @@ DEPENDENCIES
geocoder
github_api
guard-rspec
haml (~> 4.0.7)
haml
highline
html_truncator
httparty
Expand Down
6 changes: 5 additions & 1 deletion app/assets/stylesheets/app/buttons.scss
Expand Up @@ -28,10 +28,14 @@
}
}

.btn {
margin-right: 5px;
}

h1 .btn {
margin-top: -3px;
}

.clickable {
cursor: pointer;
}
}

0 comments on commit d7108a9

Please sign in to comment.