minor UI update

This commit is contained in:
Sai Raj 2019-08-11 00:24:35 +05:30 committed by GitHub
parent ce053aa3f4
commit 4261ef2468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,6 +189,7 @@ color: #fff;
font-weight: 300;
text-align: center;
margin-bottom: 0px;
margin-top: 0px;
background-color: rgba(255,255,255,0.3);
}
.DataTable table{
@ -424,6 +425,9 @@ h1 {
font-size: 5vw;
color: rgba(255,255,255,0.3);
}
h1 sub{
font-size: 2vw;
}
.btn{
cursor: pointer
}
@ -535,9 +539,6 @@ h1 {
<button id="clearLocalData" class="btn btn-glass btn-red" onclick="clearLocalData()">Clear Local Data</button>
</nav>
</div>
</div>
<h3>Received FLO Data : </h3>
<div id="dispData"></div>
</article>