add icon and fix sizes
This commit is contained in:
parent
770a5cc9e1
commit
86aa2d0ea7
3 changed files with 47 additions and 36 deletions
|
|
@ -24,8 +24,8 @@
|
||||||
|
|
||||||
<div class="row m20t">
|
<div class="row m20t">
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="text-center m20b">
|
<div class="text-center m5b">
|
||||||
<img src="img/glidera-logo.png" ng-click="index.updateGlidera(index.glideraToken, index.glideraPermissions)">
|
<img src="img/glidera-logo.png" ng-click="index.updateGlidera(index.glideraToken, index.glideraPermissions)" width="100">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="m20b box-notification" ng-if="index.glideraError || glidera.error">
|
<div class="m20b box-notification" ng-if="index.glideraError || glidera.error">
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
{{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}}
|
{{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-warning size-12 m20t"
|
<div class="columns text-warning size-12 m20t m20b"
|
||||||
ng-show="index.glideraStatus && (!index.glideraStatus.userEmailIsSetup || !index.glideraStatus.userPhoneIsSetup
|
ng-show="index.glideraStatus && (!index.glideraStatus.userEmailIsSetup || !index.glideraStatus.userPhoneIsSetup
|
||||||
|| (!index.glideraStatus.userBankAccountIsSetup && index.glideraStatus.bankAccountState != 'VERIFIED'))">
|
|| (!index.glideraStatus.userBankAccountIsSetup && index.glideraStatus.bankAccountState != 'VERIFIED'))">
|
||||||
<span translate>Your Glidera account is not ready to transact. Please, verify it at</span>
|
<span translate>Your Glidera account is not ready to transact. Please, verify it at</span>
|
||||||
|
|
@ -111,16 +111,18 @@
|
||||||
ng-show="index.glideraPermissions.transact &&
|
ng-show="index.glideraPermissions.transact &&
|
||||||
(index.glideraStatus.userCanBuy || index.glideraStatus.userCanTransact)"
|
(index.glideraStatus.userCanBuy || index.glideraStatus.userCanTransact)"
|
||||||
ng-click="$root.go('buyGlidera')">
|
ng-click="$root.go('buyGlidera')">
|
||||||
<span translate>Buy</span>
|
<i class="icon-buy-btc size-24 m5r"></i>
|
||||||
<span class="right text-gray">
|
<span translate>Buy Bitcoin</span>
|
||||||
<i class="icon-arrow-right3 size-24 right"></i>
|
<span class="right text-gray">
|
||||||
</span>
|
<i class="icon-arrow-right3 size-24 right"></i>
|
||||||
|
</span>
|
||||||
</li>
|
</li>
|
||||||
<li class="line-b p20 pointer"
|
<li class="line-b p20 pointer"
|
||||||
ng-show="index.glideraPermissions.transact &&
|
ng-show="index.glideraPermissions.transact &&
|
||||||
(index.glideraStatus.userCanSell || index.glideraStatus.userCanTransact)"
|
(index.glideraStatus.userCanSell || index.glideraStatus.userCanTransact)"
|
||||||
ng-click="$root.go('sellGlidera')">
|
ng-click="$root.go('sellGlidera')">
|
||||||
<span translate>Sell</span>
|
<i class="icon-sell-btc size-24 m5r"></i>
|
||||||
|
<span translate>Sell Bitcoin</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>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
|
|
@ -113,9 +113,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
|
|
||||||
<a ng-show="!index.isShared" class="button outline round light-gray tiny preferences-icon m0"
|
<a ng-show="!index.isShared" class="button outline round light-gray tiny preferences-icon m10r"
|
||||||
ng-click="$root.go('glidera')">
|
ng-click="$root.go('glidera')">
|
||||||
<img src="img/bank.svg" alt="Glidera" width="18">
|
<i class="icon-bank size-18 vm"></i>
|
||||||
<span class="show-for-medium-up">Glidera</span>
|
<span class="show-for-medium-up">Glidera</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1097,7 +1097,16 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
.preferences-icon {
|
.preferences-icon {
|
||||||
padding: 0.6rem 0.8rem !important;
|
width: auto;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 40em) {
|
||||||
|
.preferences-icon {
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
padding: 0.55rem !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.alertModal {
|
.alertModal {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue