Merge pull request #3 from sairajzero/master
This commit is contained in:
commit
10e7803d32
@ -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,11 +425,14 @@ 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
|
||||||
}
|
}
|
||||||
.nav-light .btn:disabled{
|
.nav-light .btn:disabled{
|
||||||
cursor:no-drop;
|
cursor:not-allowed;
|
||||||
}
|
}
|
||||||
.nav-dark .btn:disabled{
|
.nav-dark .btn:disabled{
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user