Commit df806af9 authored by Benoit Philibert's avatar Benoit Philibert

wallet name

fix the wallet name on dashboard
parent b5876cf7
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="col-xs-12 col-md-3 text-left"> <div class="col-xs-12 col-md-3 text-left">
<h5>Active Wallet</h5> <h5>Active Wallet</h5>
<p class="lead"> <p class="lead">
<strong>{{ walletName }}</strong> <span class="walletName text-capitalize">{{ walletName }}</span>
</p> </p>
</div> </div>
<div class="col-xs-12 col-md-3 text-left"> <div class="col-xs-12 col-md-3 text-left">
......
...@@ -143,6 +143,11 @@ em { ...@@ -143,6 +143,11 @@ em {
font-size: 1.85em; font-size: 1.85em;
font-weight: 500; font-weight: 500;
margin-bottom: 0; margin-bottom: 0;
.walletName {
font-size: 0.7em;
font-weight: normal;
}
.h2 { .h2 {
font-size: 2em; font-size: 2em;
font-weight: 600; font-weight: 600;
......
...@@ -174,6 +174,11 @@ em.display-4 { ...@@ -174,6 +174,11 @@ em.display-4 {
margin-bottom: 0; margin-bottom: 0;
} }
.jumbotron .lead .walletName {
font-size: 0.7em;
font-weight: normal;
}
.jumbotron .lead .h2 { .jumbotron .lead .h2 {
font-size: 2em; font-size: 2em;
font-weight: 600; font-weight: 600;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment