css changes

This commit is contained in:
Prema 2019-10-17 13:57:04 +05:30
parent 877bd034e4
commit 8401df2444
2 changed files with 6 additions and 2 deletions
src
app/shared/components/header
assets/css

View File

@ -103,7 +103,10 @@
</div>
</div>
</nav>
<p class="text-center">"Mining in August was on testnet; mainnet launched with an initial money supply of precisely zero units on September 2."</p>
<p class="note_tag text-center">"Mining in August was on testnet; mainnet launched with an initial money supply of precisely zero units on <span class="font-weight-bold">September 2</span>."
<span class="float-right font-weight-bold">X</span>
</p>
<div *ngIf="TimeArr" class="d-sm-none text-center">
<!-- <h1 class="test_msg d-inline-block mb-0 align-middle mr-3">{{'home.HEADER_TEXT' | translate}}</h1> -->
<!-- <h1 class="test_msg align-middle mr-3 d-inline-block mb-0">{{'home.COUNTDOWN' | translate}}

View File

@ -804,4 +804,5 @@ body.dark_theme {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
}
}
}
.note_tag{background: #bf9b30; position: fixed; width: 100%; bottom: 0; padding: 10px; color: #fff; z-index: 2; margin: 0;}