Skip to content

Commit

Permalink
Updated component to version 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jul 11, 2017
1 parent a25421f commit 4495bbd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
15 changes: 3 additions & 12 deletions card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.10 - Item
* # Semantic UI 2.2.11 - Item
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -23,12 +23,10 @@
max-width: 100%;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 290px;
Expand Down Expand Up @@ -64,17 +62,14 @@

.ui.cards {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: -0.875em -0.5em;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ui.cards > .card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0.875em 0.5em;
Expand Down Expand Up @@ -124,7 +119,6 @@
position: relative;
display: block;
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
padding: 0em;
Expand All @@ -149,7 +143,6 @@
.ui.cards > .card > .content,
.ui.card > .content {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border: none;
Expand Down Expand Up @@ -403,7 +396,6 @@
max-width: 100%;
min-height: 0em !important;
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
Expand Down Expand Up @@ -459,7 +451,6 @@ a.ui.raised.card:hover,

.ui.centered.cards {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
Expand Down
Loading

0 comments on commit 4495bbd

Please sign in to comment.