Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
a4686026
Commit
a4686026
authored
6 years ago
by
Clint Mourlevat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Putting texts in colors
parent
37754e50
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
Generator.cshtml
Views/Home/Generator.cshtml
+2
-2
default.css
wwwroot/css/default.css
+2
-2
No files found.
Views/Home/Generator.cshtml
View file @
a4686026
...
...
@@ -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">
...
...
This diff is collapsed.
Click to expand it.
wwwroot/css/default.css
View file @
a4686026
...
...
@@ -3201,12 +3201,12 @@ h2
.change-success
{
color
:
lawngreen
;
color
:
lawngreen
!important
;
}
.change-danger
{
color
:
orangered
;
color
:
orangered
!important
;
}
[
contenteditable
=
"true"
]
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment