mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
23 lines
434 B
CSS
23 lines
434 B
CSS
.BackgroundWrapper {
|
|
background-color: black;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: -1;
|
|
color: white;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
text-align: center;
|
|
padding-top: 30%;
|
|
}
|
|
|
|
.Background p {
|
|
position: relative;
|
|
padding: 5px;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 12px;
|
|
text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
|
|
}
|
|
|