[breaking change] remove reset.css dependencies (#196)

* [breaking change] remove reset.css dependencies

* [bugfix] Doc footerNav not show

* [bugfix] PasswordInput Doc link
This commit is contained in:
neverland
2017-10-12 06:25:55 -05:00
committed by GitHub
parent 560ccfdec2
commit 47576ec47c
19 changed files with 331 additions and 305 deletions
+4 -3
View File
@@ -13,6 +13,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
box-sizing: border-box;
transform: translate3d(-50%, -50%, 0);
background-color: rgba(39, 39, 39, .7);
@@ -32,12 +33,12 @@
&--text {
padding: 12px;
min-width: 200px;
min-width: 220px;
}
&--default {
width: 90px;
min-height: 90px;
width: 120px;
min-height: 120px;
padding: 15px;
.van-toast__icon {