Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
df806af9
Commit
df806af9
authored
Oct 11, 2017
by
Benoit Philibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wallet name
fix the wallet name on dashboard
parent
b5876cf7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
dashboard.component.html
Breeze.UI/src/app/wallet/dashboard/dashboard.component.html
+1
-1
_custom.scss
Breeze.UI/src/scss/_custom.scss
+5
-0
styles.css
Breeze.UI/src/styles.css
+5
-0
styles.css.map
Breeze.UI/src/styles.css.map
+1
-1
No files found.
Breeze.UI/src/app/wallet/dashboard/dashboard.component.html
View file @
df806af9
...
@@ -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"
>
<s
trong>
{{ walletName }}
</strong
>
<s
pan
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"
>
...
...
Breeze.UI/src/scss/_custom.scss
View file @
df806af9
...
@@ -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
;
...
...
Breeze.UI/src/styles.css
View file @
df806af9
...
@@ -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
;
...
...
Breeze.UI/src/styles.css.map
View file @
df806af9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment