add @message-notice-content-padding var to <Message />

This commit is contained in:
Bryan Berger 2018-07-17 16:36:03 -04:00 committed by 偏右
parent 825d770254
commit 1d924300e7
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,7 @@
}
&-notice-content {
padding: 10px 16px;
padding: @message-notice-content-padding;
border-radius: @border-radius-base;
box-shadow: @shadow-2;
background: @component-background;

View File

@ -482,4 +482,8 @@
@collapse-content-padding: @padding-md;
@collapse-content-bg: @component-background;
// Message
// ---
@message-notice-content-padding: 10px 16px;
@import "./default.deperated.less";