Buy and Sell buttons
This commit is contained in:
parent
49cd19bd1b
commit
56d6abf360
2 changed files with 2 additions and 4 deletions
|
|
@ -52,16 +52,15 @@
|
||||||
</div>
|
</div>
|
||||||
<div ng-if="index.glideraToken" ng-init="glidera.init(index.glideraToken)">
|
<div ng-if="index.glideraToken" ng-init="glidera.init(index.glideraToken)">
|
||||||
|
|
||||||
<div class="text-center m10b">
|
<div class="text-center m20b">
|
||||||
{{index.glideraEmail}} <br>
|
{{index.glideraEmail}} <br>
|
||||||
<a href class="text-gray" ng-click="$root.go('preferencesGlidera')">
|
<a href class="text-gray" ng-click="$root.go('preferencesGlidera')">
|
||||||
Preferences
|
Preferences
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4 class="title m0" translate>Connected</h4>
|
|
||||||
<ul class="no-bullet m0 size-14">
|
<ul class="no-bullet m0 size-14">
|
||||||
<li class="line-b p20 pointer" ng-click="$root.go('buyGlidera')">
|
<li class="line-b line-t p20 pointer" ng-click="$root.go('buyGlidera')">
|
||||||
<span translate>Buy</span>
|
<span translate>Buy</span>
|
||||||
<span class="right text-gray">
|
<span class="right text-gray">
|
||||||
<i class="icon-arrow-right3 size-24 right"></i>
|
<i class="icon-arrow-right3 size-24 right"></i>
|
||||||
|
|
|
||||||
|
|
@ -410,7 +410,6 @@ ul.manage li {
|
||||||
|
|
||||||
.line-t {
|
.line-t {
|
||||||
border-top: 1px solid #E9E9EC;
|
border-top: 1px solid #E9E9EC;
|
||||||
padding-top: 0.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-b {
|
.line-b {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue