53 lines
588 B
CSS
53 lines
588 B
CSS
/*
|
|
* Copyright (c) 2020. Pascal Syma <pascal@syma.dev>.
|
|
* All rights reserved.
|
|
*/
|
|
|
|
body {
|
|
margin: 0;
|
|
height: 0;
|
|
}
|
|
|
|
#buttons {
|
|
z-index: 500;
|
|
position: fixed;
|
|
margin: 8px;
|
|
bottom: 0;
|
|
}
|
|
|
|
#settings {
|
|
position: fixed;
|
|
margin: 8px;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
#bus {
|
|
position: fixed;
|
|
right: 0;
|
|
margin: 8px;
|
|
text-align: center;
|
|
}
|
|
|
|
button, input {
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
#map {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
}
|
|
|
|
#display {
|
|
width: 70px;
|
|
}
|
|
|
|
#showStops {
|
|
width: 100px;
|
|
}
|
|
|
|
#mpm {
|
|
width: 50px;
|
|
height: 24px;
|
|
} |