Browse Source

Merge branch 'master' of github.com:ant-design/ant-design

pull/26/head
afc163 10 years ago
parent
commit
e9e2044cec
  1. 2
      style/components/dialog.less
  2. 6
      style/components/dialog/Dialog.less
  3. 2
      style/components/index.less
  4. 0
      style/components/tabs.less

2
style/components/dialog.less

@ -5,6 +5,6 @@
.@{dialogPrefixCls}-footer button + button {
margin-left: 10px;
margin-left: 8px;
margin-bottom: 0;
}

6
style/components/dialog/Dialog.less

@ -60,12 +60,14 @@
}
&-body {
padding: 20px;
padding: 8px 20px;
font-size: 12px;
line-height: 1.5;
}
&-footer {
border-top: 1px solid #e9e9e9;
padding: 10px 20px 10px 10px;
padding: 8px 20px 16px 10px;
text-align: right;
border-radius: 0 0 5px 5px;
}

2
style/components/index.less

@ -5,7 +5,7 @@
@import "datepicker";
@import "dialog";
@import "confirm";
@import "tab";
@import "tabs";
@import "tooltip";
@import "form";
@import "loading";

0
style/components/tab.less → style/components/tabs.less

Loading…
Cancel
Save