Skip to content

Commit

Permalink
update tabs demo
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 17, 2015
1 parent 54087d7 commit 6f3bbce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/tabs/demo/card-top.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ ReactDOM.render(
padding: 24px;
}

.card-container .ant-tabs-content {
.card-container > .ant-tabs-card .ant-tabs-content {
background: #fff;
padding: 16px;
height: 120px;
margin-top: -16px;
}
.card-container .ant-tabs-tabs-bar,
.card-container .ant-tabs.ant-tabs-card .ant-tabs-tab-active {
.card-container > .ant-tabs-card .ant-tabs-tabs-bar,
.card-container > .ant-tabs-card .ant-tabs-tab-active {
border-color: #fff;
}
````

0 comments on commit 6f3bbce

Please sign in to comment.