Skip to content

Commit

Permalink
Updated component to version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jul 8, 2016
1 parent 5bb6c51 commit e9e607b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.1 - Item
* # Semantic UI 2.2.2 - Item
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -486,6 +486,7 @@ a.ui.raised.card:hover,
a.ui.card,
.ui.link.card {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.ui.cards a.card:hover,
Expand All @@ -498,6 +499,7 @@ a.ui.card:hover,
border: none;
box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
}

Expand Down
4 changes: 2 additions & 2 deletions card.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.2.1"
"version": "2.2.2"
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-card',
summary : 'Semantic UI - Card: Single component release',
version : '2.2.1',
version : '2.2.2',
git : 'git://github.com/Semantic-Org/UI-Card.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-card",
"version": "2.2.1",
"version": "2.2.2",
"title": "Semantic UI - Card",
"description": "Single component release of card",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit e9e607b

Please sign in to comment.