Working on map view

This commit is contained in:
maciejhirsz
2018-07-14 22:56:20 +02:00
parent bcc7145477
commit 2c073eac19
16 changed files with 308 additions and 64 deletions
+24 -1
View File
@@ -8,12 +8,35 @@
.Chain-content-container {
position: absolute;
left: 0; /*80px;*/
left: 0;
right: 0;
bottom: 0;
top: 148px;
}
.Chain-map {
background: url('../assets/world-map.svg') no-repeat;
background-size: contain;
background-position: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.Chain-map-node {
width: 10px;
height: 10px;
background: #f00; /* #d64ca8;*/
border-radius: 5px;
margin-left: -5px;
margin-top: -5px;
position: absolute;
top: 50%;
left: 50%;
}
.Chain-content {
width: 100%;
min-height: 100%;