Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 9bc75de

Browse files
committed
[TASK] Added beta tag with the logo in toolbar
1 parent b392fc7 commit 9bc75de

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<mat-toolbar color="primary">
22
<mat-toolbar-row fxFlex="92" fxFlexOffset="4">
3-
<span><i class="fas fa-th"></i> Blockvitae</span>
3+
<span><i class="fas fa-th"></i> Blockvitae <span class="bv-beta">beta</span></span>
44
<span class="spacer"></span>
55
<button
66
*ngIf="showBtn"

src/app/app.component.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ mat-toolbar{
1818

1919
.spacer {
2020
flex: 1 1 auto;
21+
}
22+
23+
.bv-beta {
24+
background: #E65100;
25+
border-radius: 10%;
26+
padding: 2px 5px 2px 5px;
27+
font-size: 0.6em;
2128
}

0 commit comments

Comments
 (0)