[Improvement] Dialog: isolated title (#1270)

This commit is contained in:
neverland
2018-06-12 16:49:10 +08:00
committed by GitHub
parent d6388a923c
commit 9431412906
2 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,10 @@
&__header {
padding: 15px 0 0;
text-align: center;
&--isolated {
padding: 25px 0;
}
}
&__message {
@@ -40,10 +44,6 @@
}
}
&__header + &__footer {
margin-top: 15px;
}
.van-button {
border: 0;
}