Skip to content

Commit

Permalink
feat: modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
Erindcl committed Jul 28, 2020
1 parent a4cda9f commit 9ce199c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion theme/dt-theme/dark/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}
.ant-modal-content {
background-color: @blue2;
border: 1px solid @blue3;
}
.ant-modal-header {
padding: 15px 20px;
Expand All @@ -18,7 +19,7 @@
padding: 20px;
}
.ant-modal-confirm {
width: 460px !important;
min-width: 460px !important;
}
.ant-modal-confirm .ant-modal-body {
padding: 52px 20px 20px 32px;
Expand Down
2 changes: 1 addition & 1 deletion theme/dt-theme/default/modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
padding: 20px;
}
.ant-modal-confirm {
width: 460px !important;
min-width: 460px !important;
}
.ant-modal-confirm .ant-modal-body {
padding: 52px 20px 20px 32px;
Expand Down

0 comments on commit 9ce199c

Please sign in to comment.