Skip to content

Commit 7aa32fd

Browse files
committed
Merge remote-tracking branch 'origin/v2' into v2
2 parents e6c39a7 + 97e64aa commit 7aa32fd

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

src/assets/v2.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.page.v2 {
2+
p.white {
3+
color: #fff;
4+
}
5+
}

src/components/v2.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<template>
22
<div class="page v2">
3+
<div style="padding:42.5% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/262302933" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>
34

5+
46
</div>
57
</template>
8+
<script src="https://player.vimeo.com/api/player.js"></script>
69
<script>
710
import "../assets/v2.scss";
811
export default {
@@ -12,4 +15,5 @@ export default {
1215
document.title = `Graphite Writer BETA v${this.$parent.version} | Whats New`
1316
}
1417
};
15-
</script>
18+
</script>
19+

0 commit comments

Comments
 (0)