minor UI update
This commit is contained in:
parent
ce053aa3f4
commit
4261ef2468
@ -189,6 +189,7 @@ color: #fff;
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
margin-top: 0px;
|
||||||
background-color: rgba(255,255,255,0.3);
|
background-color: rgba(255,255,255,0.3);
|
||||||
}
|
}
|
||||||
.DataTable table{
|
.DataTable table{
|
||||||
@ -424,6 +425,9 @@ h1 {
|
|||||||
font-size: 5vw;
|
font-size: 5vw;
|
||||||
color: rgba(255,255,255,0.3);
|
color: rgba(255,255,255,0.3);
|
||||||
}
|
}
|
||||||
|
h1 sub{
|
||||||
|
font-size: 2vw;
|
||||||
|
}
|
||||||
.btn{
|
.btn{
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
}
|
}
|
||||||
@ -535,9 +539,6 @@ h1 {
|
|||||||
<button id="clearLocalData" class="btn btn-glass btn-red" onclick="clearLocalData()">Clear Local Data</button>
|
<button id="clearLocalData" class="btn btn-glass btn-red" onclick="clearLocalData()">Clear Local Data</button>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3>Received FLO Data : </h3>
|
|
||||||
<div id="dispData"></div>
|
<div id="dispData"></div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user