[new feature] Dialog: add message-align prop (#2259)

This commit is contained in:
neverland
2018-12-10 18:57:05 +08:00
committed by GitHub
parent 792fd3fe6f
commit 4fe387b7b1
6 changed files with 24 additions and 2 deletions

View File

@@ -28,12 +28,21 @@
line-height: 1.5;
max-height: 60vh;
overflow-y: auto;
text-align: center;
-webkit-overflow-scrolling: touch;
&--has-title {
padding-top: 12px;
color: @gray-darker;
}
&--left {
text-align: left;
}
&--right {
text-align: right;
}
}
&__footer {