Commit a4686026 authored by Clint Mourlevat's avatar Clint Mourlevat

Putting texts in colors

parent 37754e50
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<button class="btn btn-success click-copy" type="button"><i class="fa fa-copy"></i> Copy</button> <button class="btn btn-success click-copy" type="button"><i class="fa fa-copy"></i> Copy</button>
</div> </div>
</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>
<div class="col-lg-6 col-md-12 col-sm-12 col-xs-12 pt-5 align-self-center text-center"> <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> <h2>Stratis Private Address</h2>
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<button class="btn btn-success click-copy" type="button"><i class="fa fa-copy"></i> Copy</button> <button class="btn btn-success click-copy" type="button"><i class="fa fa-copy"></i> Copy</button>
</div> </div>
</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> </div>
<div class="row mt-5"> <div class="row mt-5">
......
...@@ -3201,12 +3201,12 @@ h2 ...@@ -3201,12 +3201,12 @@ h2
.change-success .change-success
{ {
color: lawngreen; color: lawngreen !important;
} }
.change-danger .change-danger
{ {
color: orangered; color: orangered !important;
} }
[contenteditable="true"] { [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