minor UI update
This commit is contained in:
parent
ce053aa3f4
commit
4261ef2468
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user