remove unused class and fix layout when use payment url

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 09:03:26 -03:00
parent 8b3a7fb074
commit 72c5f60a18
2 changed files with 5 additions and 18 deletions

View File

@ -81,7 +81,7 @@ header .alt-currency {
color: #fff;
}
.panel h3, .box-setup h3 {
.panel h3 {
font-weight: 700;
font-size: 16px;
color: #2C3E50;
@ -362,13 +362,6 @@ a:hover {
color: #8597A7;
}
.box-setup {
margin-bottom: 1rem;
padding: 1.3rem;
border-radius: 3px;
background: #fff;
}
.box-setup-footer {
overflow: hidden;
margin-top: 1rem;
@ -1425,18 +1418,12 @@ a.text-warning:hover {color: #FD7262;}
background-color: #1ABC9C;
}
.box-setup .panel {
.panel {
background-color: #2C3E50;
padding: 1rem;
border: 0;
}
.box-setup h1 {
font-size: 16px;
text-transform: uppercase;
text-align: center;
}
.panel qrcode {
background-color: white;
}

View File

@ -26,7 +26,7 @@
<div ng-include="'views/includes/version.html'"></div>
</div>
<div class="p10 box-setup bg-success m10b text-white" ng-show="confirmedEmail">
<div class="p10 bg-success m20b text-white" ng-show="confirmedEmail">
<div class="left">
<i class="size-36 fi-check m10r"></i>
</div>
@ -119,7 +119,7 @@
<div class="clipo">
<img src="img/clipo-signin.png" alt="clipo" width="310">
</div>
<div class="p10 m20b size-14 box-setup bg-success text-white" ng-show="anyWallet && !confirmedEmail && !error">
<div class="p10 m20b size-14 bg-success text-white" ng-show="anyWallet && !confirmedEmail && !error">
<div class="left">
<i class="size-36 fi-alert m10r"></i>
</div>
@ -127,7 +127,7 @@
You can import your current wallets after
<a class="text-white" ng-click="$root.go('/createProfile')">creating your profile</a>
</div>
<div class="p10 box-setup bg-success m20b text-white" ng-show="pendingPayment">
<div class="p10 bg-success m20b text-white" ng-show="pendingPayment">
<div class="left">
<i class="size-36 m10r"></i>
</div>