Skip to content

Commit

Permalink
Add detective woman emoji
Browse files Browse the repository at this point in the history
* Add detective woman emoji
* Bump version
  • Loading branch information
zaksoup authored and hartsick committed Jan 18, 2019
1 parent e84e01e commit a5fe248
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cfa-styleguide (0.5.4)
cfa-styleguide (0.5.5)
autoprefixer-rails
bourbon
jquery-rails
Expand Down
Binary file added app/assets/images/emojis/1f575-1f3fe-2640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/atoms/_emoji.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
height: 6em;
}

.emoji--bigger {
width: 4em;
height: 4em;
}

.emoji--big {
width: 3em;
height: 3em;
Expand Down Expand Up @@ -243,6 +248,10 @@
background-image: image_url('emojis/1f5fa.png')
}

.emoji--woman-detective-medium-dark-skin-tone {
background-image: image_url('emojis/1f575-1f3fe-2640.png')
}

.emoji-pair--jobs {
background-image: image-url('emoji_pairs/emoji_jobs.png')
}
Expand Down
2 changes: 1 addition & 1 deletion lib/cfa/styleguide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cfa
module Styleguide
VERSION = "0.5.4"
VERSION = "0.5.5"
end
end

0 comments on commit a5fe248

Please sign in to comment.