mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-07-19 11:03:49 +02:00
Adds communication with MySQL
This commit is contained in:
34
static/css/mainMap.css
Normal file
34
static/css/mainMap.css
Normal file
@ -0,0 +1,34 @@
|
||||
.inspector {
|
||||
margin: 0px;
|
||||
background-color: greenyellow;
|
||||
height: 100vh;
|
||||
width: 20%;
|
||||
float: right;
|
||||
position: fixed;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.map {
|
||||
margin: 0px;
|
||||
background-color: red;
|
||||
height: 100vh;
|
||||
width: 80%;
|
||||
z-index: 1;
|
||||
/*float: left;*/
|
||||
}
|
||||
|
||||
aside {
|
||||
padding: 10px;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
left: 1rem;
|
||||
bottom: 1rem;
|
||||
width: 20px;
|
||||
padding: 0 1.5rem;
|
||||
background-color: rgba(97, 97, 97, 0.486);
|
||||
}
|
||||
aside h2 {
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.05em;
|
||||
}
|
Reference in New Issue
Block a user