mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
45 lines
503 B
CSS
45 lines
503 B
CSS
html, body {
|
|
}
|
|
|
|
.loading {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
text-align: center;
|
|
height:100px;
|
|
width:200px;
|
|
}
|
|
|
|
.btn {
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.mapOuter {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
left: 0;
|
|
}
|
|
|
|
.mapInner {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.error {
|
|
padding: 5px 10px;
|
|
color: white;
|
|
background: #ba6d6d;
|
|
}
|
|
|
|
.success {
|
|
padding: 5px 10px;
|
|
color: white;
|
|
background: #6ebb72;
|
|
}
|