blob: 8aa253170315a225130a55d2dda81e70984e36a0 [file] [log] [blame]
$panel-width: 40%;
e-node-map {
display: block;
height: 100%;
ng-map {
height: 100%;
}
e-node-map-panel {
position: absolute;
height: 100%;
top: 0;
right: -$panel-width;
width: $panel-width;
background-color: $background-color;
background-image: url($background-image);
transition: all .5s ease-in-out;
&.in{
right: 0;
}
.details {
margin-bottom: 20px;
.ip-address {
padding-top: 20px;
}
}
}
}
e-node-map-panel {
display: block;
}