Commit 3857fa90 authored by JOE XMG's avatar JOE XMG
Browse files

update

parent e35a6a72
Pipeline #6884 passed with stage
in 23 seconds
node_modules/
gulpfile.js
package.json
package-lock.json
public/dashboard/assets/js/local-dev
\ No newline at end of file
......@@ -25,10 +25,34 @@
.cesiumLegend {
padding: 10px;
position: absolute;
/* position: absolute; */
z-index: 999;
bottom: 40px;
right: 20px;
/* bottom: 40px; */
/* right: 20px; */
background: #ffffffff;
border-radius: 15px;
}
\ No newline at end of file
}
.climate-index {
font-size: 0.6em;
width: 45%;
min-width: 100px;
margin: 0.2em;
}
.dot {
border-width: 0.5px;
border-color: black;
border-style: solid;
height: 12px;
width: 12px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
}
/* .dot-zero {
border-width: 0.5px;
border-color: black;
border-style: solid;
} */
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment