css changes
This commit is contained in:
parent
877bd034e4
commit
8401df2444
@ -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}}
|
||||
|
@ -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;}
|
Loading…
Reference in New Issue
Block a user