Added a far more basic map
This commit is contained in:
@ -37,3 +37,39 @@
|
||||
.not-ready {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#map {
|
||||
position: absolute;
|
||||
top: 50vh;
|
||||
left: 50vw;
|
||||
}
|
||||
|
||||
#map-back {
|
||||
position: absolute;
|
||||
top: -500px;
|
||||
left: -500px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.node {
|
||||
border-radius: 50%;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-color: black;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
position: absolute;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.strength {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.label {
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user