Merge branch 'master' into ssr-fix-2-outputs

This commit is contained in:
Yev Vlasenko
2017-06-20 22:53:30 +01:00
committed by GitHub
2 changed files with 1129 additions and 1142 deletions

16
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -75,6 +75,7 @@
return value >= 0 return value >= 0
} }
}, },
/*
adaptiveMaxWidth: { adaptiveMaxWidth: {
type: Number, type: Number,
default: 1, default: 1,
@@ -89,6 +90,7 @@
return value > 0 && value <= 1 return value > 0 && value <= 1
} }
}, },
*/
width: { width: {
type: Number, type: Number,
default: 600, default: 600,
@@ -387,11 +389,10 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
background-color: white;
} }
.v--modal { .v--modal {
background: white; background-color: white;
text-align: left; text-align: left;
border-radius: 3px; border-radius: 3px;
box-shadow: 0 20px 60px -2px rgba(27, 33, 58, .4); box-shadow: 0 20px 60px -2px rgba(27, 33, 58, .4);