mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
add @message-notice-content-padding var to <Message />
This commit is contained in:
parent
825d770254
commit
1d924300e7
@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-notice-content {
|
&-notice-content {
|
||||||
padding: 10px 16px;
|
padding: @message-notice-content-padding;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
box-shadow: @shadow-2;
|
box-shadow: @shadow-2;
|
||||||
background: @component-background;
|
background: @component-background;
|
||||||
|
@ -482,4 +482,8 @@
|
|||||||
@collapse-content-padding: @padding-md;
|
@collapse-content-padding: @padding-md;
|
||||||
@collapse-content-bg: @component-background;
|
@collapse-content-bg: @component-background;
|
||||||
|
|
||||||
|
// Message
|
||||||
|
// ---
|
||||||
|
@message-notice-content-padding: 10px 16px;
|
||||||
|
|
||||||
@import "./default.deperated.less";
|
@import "./default.deperated.less";
|
||||||
|
Loading…
Reference in New Issue
Block a user