mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
Modal footer bg (#15469)
* Add less variable @modal-footer-bg * Fix less variable @modal-footer-bg * Update components/style/themes/default.less Co-Authored-By: shumkovdenis <shumkovdenis@gmail.com>
This commit is contained in:
parent
360eefc7d5
commit
eacf35dbad
@ -91,6 +91,7 @@
|
||||
&-footer {
|
||||
padding: 10px 16px;
|
||||
text-align: right;
|
||||
background: @modal-footer-bg;
|
||||
border-top: @border-width-base @border-style-base @border-color-split;
|
||||
border-radius: 0 0 @border-radius-base @border-radius-base;
|
||||
button + button {
|
||||
|
@ -342,6 +342,7 @@
|
||||
// --
|
||||
@modal-body-padding: 24px;
|
||||
@modal-header-bg: @component-background;
|
||||
@modal-footer-bg: tranparent;
|
||||
@modal-mask-bg: fade(@black, 65%);
|
||||
|
||||
// Progress
|
||||
|
Loading…
Reference in New Issue
Block a user