more minor changes..yay!
This commit is contained in:
parent
0a270736f8
commit
1741224caa
5 changed files with 5 additions and 6 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
{{content-for 'head-footer'}}
|
{{content-for 'head-footer'}}
|
||||||
|
|
||||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script>
|
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.library-music, .mic {
|
[md-font-icon="library-music"], [md-font-icon="mic"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40%;
|
top: 40%;
|
||||||
font-size: 100px;
|
font-size: 100px;
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
{{content-for 'head-footer'}}
|
{{content-for 'head-footer'}}
|
||||||
|
|
||||||
<script src="https://connect.soundcloud.com/sdk/sdk-3.0.0.js"></script>
|
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
|
|
||||||
|
|
@ -121,8 +121,7 @@ export default Component.extend({
|
||||||
startIntro(){
|
startIntro(){
|
||||||
let INTRO = introJs,
|
let INTRO = introJs,
|
||||||
intro = INTRO(),
|
intro = INTRO(),
|
||||||
playerBottom = $('#player-bottom'),
|
playerBottom = $('#player-bottom');
|
||||||
beatDetectionAreaArrowIcon = $('#beat-detection-area-arrow-icon');
|
|
||||||
|
|
||||||
intro.setOptions({
|
intro.setOptions({
|
||||||
steps: [
|
steps: [
|
||||||
|
|
|
||||||
|
|
@ -183,7 +183,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.library-music, .mic {
|
[md-font-icon="library-music"], [md-font-icon="mic"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40%;
|
top: 40%;
|
||||||
font-size: 100px;
|
font-size: 100px;
|
||||||
|
|
|
||||||
Reference in a new issue