updating on boarding button classes on tour page
This commit is contained in:
parent
390a7deecf
commit
4a1ea6d3ea
2 changed files with 2 additions and 5 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row cta-button">
|
<div class="row cta-button">
|
||||||
<button class="button button-positive col col-75 next-slide" ng-click="slideNext()">
|
<button class="button button-positive col col-75 next-slide button-translucent" ng-click="slideNext()">
|
||||||
Got it <i class="icon ion-ios-arrow-thin-right"></i>
|
Got it <i class="icon ion-ios-arrow-thin-right"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row cta-button">
|
<div class="row cta-button">
|
||||||
<button class="button button-positive col col-75 next-slide" ng-click="slideNext()">
|
<button class="button button-positive col col-75 next-slide button-translucent" ng-click="slideNext()">
|
||||||
Makes sense <i class="icon ion-ios-arrow-thin-right"></i>
|
Makes sense <i class="icon ion-ios-arrow-thin-right"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -49,9 +49,6 @@
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
color:#fff;
|
color:#fff;
|
||||||
&.next-slide {
|
|
||||||
background: rgba(215, 215, 215, 0.10);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.col {
|
.col {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue