Browse Source

Adds compatiblity with buttons

pull/1129/head
jlukic 10 years ago
parent
commit
06d63de8fd
2 changed files with 10 additions and 1 deletions
  1. 7
      src/definitions/views/card.less
  2. 4
      src/themes/packages/default/views/card.variables

7
src/definitions/views/card.less

@ -283,7 +283,14 @@
color: @metaLinkHoverColor;
}
/*--------------
Buttons
---------------*/
.ui.cards > .card > .button:last-child,
.ui.card > .button:last-child {
margin-bottom: -@borderWidth;
}
/*--------------
Labels

4
src/themes/packages/default/views/card.variables

@ -18,9 +18,11 @@
@minHeight: 0px;
@padding: 0em;
@width: 290px;
@borderWidth: 1px;
@borderShadow: 0px 0px 0px @borderWidth @solidBorderColor;
@boxShadow:
@shadowBoxShadow,
0px 0px 0px 1px @solidBorderColor
@borderShadow
;
@border: none;
@zIndex: '';

Loading…
Cancel
Save