Skip to content

Commit

Permalink
Tweak card style
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Jul 5, 2017
1 parent ad4b49f commit 36d24a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/card/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@

.@{card-prefix-cls} {
background: @component-background;
border-radius: @border-radius-base;
border-radius: @border-radius-sm;
font-size: @font-size-base;
position: relative;
overflow: hidden;
transition: all .3s;

&:hover {
Expand All @@ -25,6 +24,7 @@
background: @card-head-background;
border-bottom: @border-width-base @border-style-base @border-color-split;
padding: 0 24px;
border-radius: @border-radius-sm @border-radius-sm 0 0;

&-title {
font-size: @font-size-lg;
Expand Down

0 comments on commit 36d24a5

Please sign in to comment.