Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 class="subtitle">
</div>

<div *ngIf="data">

<div class="uk-margin-small-top tabs is-toggle is-toggle-rounded is-centered">
<ul>
<li class="is-active">
Expand All @@ -67,8 +67,10 @@ <h2 class="subtitle">
</li>
</ul>
</div>

<textarea class="uk-textarea" rows="10" cols="60">{{fileText}}</textarea>

<div class="uk-padding-small">
<textarea class="uk-textarea uk-box-shadow-large uk-border-rounded" rows="10" cols="60">{{fileText}}</textarea>
</div>

</div>

Expand Down
7 changes: 6 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="content has-text-centered">
<p>
<strong>JSONtoChart</strong> by <a href="https://github.com/mohitkyadav" target="_blank">Mohit K. Yadav</a>. The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>. Code hosted on
<a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>. Code hosted on
<a href="https://github.com/mohitkyadav/JsonToChart" target="_blank">
<span class="icon is-medium">
<span class="fa-stack fa-lg">
Expand All @@ -40,3 +40,8 @@
</div>
</body>
</html>
<style>
.ws-orange-grad {
background: linear-gradient(to right, rgba(251, 248, 157, 0.68) 0%, rgba(218, 131, 47, 0.55) 100%)
}
</style>
3 changes: 0 additions & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
.ws-orange-grad {
background: linear-gradient(to right, rgba(251, 248, 157, 0.68) 0%, rgba(218, 131, 47, 0.55) 100%)
}