Commit a4686026 authored by Clint Mourlevat's avatar Clint Mourlevat

Putting texts in colors

parent 37754e50
......@@ -19,7 +19,7 @@
<button class="btn btn-success click-copy" type="button"><i class="fa fa-copy"></i> Copy</button>
</div>
</div>
<p class="m-0">This is the adress than you share with others.</p>
<p class="m-0 change-success">This is the adress than you share with others.</p>
</div>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12 pt-5 align-self-center text-center">
<h2>Stratis Private Address</h2>
......@@ -33,7 +33,7 @@
<button class="btn btn-success click-copy" type="button"><i class="fa fa-copy"></i> Copy</button>
</div>
</div>
<p class="m-0 danger">This is your spent key that you keep in safety.</p>
<p class="m-0 change-danger">This is your spent key that you keep in safety.</p>
</div>
</div>
<div class="row mt-5">
......
......@@ -3201,12 +3201,12 @@ h2
.change-success
{
color: lawngreen;
color: lawngreen !important;
}
.change-danger
{
color: orangered;
color: orangered !important;
}
[contenteditable="true"] {
......
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