Skip to content

Commit 0f8e85d

Browse files
committed
[build] 0.6.2
1 parent 6bad7ef commit 0f8e85d

File tree

568 files changed

+3652
-8790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

568 files changed

+3652
-8790
lines changed

dist/components/mdAvatar/index.css

Lines changed: 6 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/mdAvatar/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
1-
/* Common */
2-
/* Responsive Breakpoints */
3-
/* Transitions - Based on Angular Material */
4-
/* Elevation - Based on Angular Material */
5-
.md-backdrop {
6-
position: absolute;
7-
top: 0;
8-
right: 0;
9-
bottom: 0;
10-
left: 0;
11-
z-index: 99;
12-
pointer-events: none;
13-
background-color: rgba(0, 0, 0, 0.54);
14-
transform: translate3d(0, 0, 0);
15-
opacity: 0;
16-
transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
17-
}
18-
.md-backdrop.md-active {
19-
opacity: 1;
20-
pointer-events: auto;
21-
}
22-
.md-backdrop.md-transparent {
23-
background: rgba(0, 0, 0, 0.005);
24-
}
25-
26-
/*# sourceMappingURL=index.css.map*/
1+
/*!
2+
* Vue Material v0.6.2
3+
* Made with love by Marcos Moura
4+
* Released under the MIT License.
5+
*/
6+
.md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;background-color:rgba(0,0,0,.54);transform:translateZ(0);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-backdrop.md-active{opacity:1;pointer-events:auto}.md-backdrop.md-transparent{background:rgba(0,0,0,.005)}

dist/components/mdBackdrop/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/mdBottomBar/index.css

Lines changed: 6 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/components/mdBottomBar/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)