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>
|
||||
</div>
|
||||
<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>
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
</p>
|
||||
</div>
|
||||
<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>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -49,9 +49,6 @@
|
|||
}
|
||||
button {
|
||||
color:#fff;
|
||||
&.next-slide {
|
||||
background: rgba(215, 215, 215, 0.10);
|
||||
}
|
||||
}
|
||||
}
|
||||
.col {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue