Add less variable @modal-body-padding (#15476)

This commit is contained in:
Denis 2019-03-18 10:07:14 +03:00 committed by zombieJ
parent 972840e74d
commit 360eefc7d5
2 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,7 @@
}
&-body {
padding: 24px;
padding: @modal-body-padding;
font-size: @font-size-base;
line-height: @line-height-base;
word-wrap: break-word;

View File

@ -340,6 +340,7 @@
// Modal
// --
@modal-body-padding: 24px;
@modal-header-bg: @component-background;
@modal-mask-bg: fade(@black, 65%);