mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Added clock stuff
This commit is contained in:
44
public/css/clock.css
Normal file
44
public/css/clock.css
Normal file
@ -0,0 +1,44 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user